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 9525968 commit e3ca965Copy full SHA for e3ca965
doc/Type/Cursor.pod6
@@ -17,20 +17,20 @@ just with their relatives, L<Match> objects.
17
18
=head2 method orig
19
20
- method origin(Cursor:D:) --> Any
+ method origin(Cursor:D: --> Any)
21
22
Returns the object against which the regex matches.
23
24
=head2 method target
25
26
- method target(Cursor:D:) --> Str:D
+ method target(Cursor:D: --> Str:D)
27
28
Returns a string representation of the object against which the regex matches.
29
This is the value that the regex engine works with internally.
30
31
=head2 method pos
32
33
- method pod(Cursor:D:) --> Int:D
+ method pod(Cursor:D: --> Int:D)
34
35
Returns the current position as a string index into `Cursor.target`.
36
0 commit comments