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 a69961f commit 9f731e5Copy full SHA for 9f731e5
S05-regex.pod
@@ -213,6 +213,7 @@ The single-character modifiers also have longer versions:
213
:i :ignorecase
214
:m :ignoremark
215
:g :global
216
+ :r :ratchet
217
218
=item *
219
@@ -546,7 +547,7 @@ not a (presumably immutable) string value.]
546
547
548
549
-The new C<:ratchet> modifier causes this regex to not backtrack by default.
550
+The new C<:r> or C<:ratchet> modifier causes this regex to not backtrack by default.
551
(Generally you do not use this modifier directly, since it's implied by
552
C<token> and C<rule> declarations.) The effect of this modifier is
553
to imply a C<:> after every atom, including but not limited to
0 commit comments