Skip to content

Commit de11df8

Browse files
committed
More linking/indexing
1 parent 01f598f commit de11df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Language/regexes.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ C<a ** 2..5> to match the character C<a> at least twice and at most 5 times.
342342
If the minimal and maximal number of matches are the same, a single integer
343343
is possible: C<a ** 5> matches C<a> exactly five times.
344344
345-
=head2 X<Modified quantifier: %|regex,%>
345+
=head2 X<Modified quantifier: %|regex,%;regex,%%>
346346
347347
To more easily match things like comma separated values, you can tack on a
348348
C<%> modifier to any of the above quantifiers to specify a separator than must

0 commit comments

Comments
 (0)