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 bc73493 commit 81cdc24Copy full SHA for 81cdc24
src/QRegex/Cursor.nqp
@@ -10,6 +10,7 @@ role NQPCursorRole is export {
10
has $!regexsub;
11
has $!restart;
12
13
+ method orig() { $!orig }
14
method target() { $!target }
15
method from() { $!from }
16
method pos() { $!pos }
0 commit comments