Skip to content

Commit 977f8f2

Browse files
committed
stub Str.match
1 parent f784357 commit 977f8f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/Type/Str.pod6

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ Examples:
162162
say rindex "Camelia is a butterfly", "a"; # 11
163163
say rindex "Camelia is a butterfly", "a", 10; # 6
164164
165+
=head2 method match
166+
167+
method match($pat, :continue(:$c), :pos(:$p), :global(:$g), :overlap(:$ov), :exhaustive(:$ex), :st(:$nd), :rd(:$th), :$nth, :$x) return Match
168+
169+
TODO
170+
165171
=head2 routine split
166172
167173
=for code :skip-test

0 commit comments

Comments
 (0)