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 01f598f commit de11df8Copy full SHA for de11df8
lib/Language/regexes.pod
@@ -342,7 +342,7 @@ C<a ** 2..5> to match the character C<a> at least twice and at most 5 times.
342
If the minimal and maximal number of matches are the same, a single integer
343
is possible: C<a ** 5> matches C<a> exactly five times.
344
345
-=head2 X<Modified quantifier: %|regex,%>
+=head2 X<Modified quantifier: %|regex,%;regex,%%>
346
347
To more easily match things like comma separated values, you can tack on a
348
C<%> modifier to any of the above quantifiers to specify a separator than must
0 commit comments