We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee92b6 commit e1a19deCopy full SHA for e1a19de
src/QRegex/Cursor.nqp
@@ -358,6 +358,7 @@ class NQPMatch is NQPCapture {
358
359
method from() { $!from }
360
method to() { $!to }
361
+ method CURSOR() { $!cursor }
362
method Str() is parrot_vtable('get_string') { nqp::substr($!orig, $!from, $!to-$!from) }
363
method () is parrot_vtable('get_integer') { +self.Str() }
364
method () is parrot_vtable('get_number') { +self.Str() }
0 commit comments