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 ffd9d49 commit cc4d77cCopy full SHA for cc4d77c
lib/Language/regexes.pod
@@ -694,7 +694,7 @@ binary code.
694
For example, the C<:ignorecase> (C<:i>) adverb tells the compiler to ignore
695
the distinction between upper case, lower case and title case letters.
696
697
-So C<'a' ~~~ /A/> is false, but C<'a' ~~ /:i A/> is a successful match.
+So C<'a' ~~ /A/> is false, but C<'a' ~~ /:i A/> is a successful match.
698
699
Regex adverbs can come before or inside a regex declaration and only affect
700
the part of the regex that comes afterwards, lexically.
0 commit comments