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 e9056d0 commit 84e80faCopy full SHA for 84e80fa
doc/Language/regexes.pod
@@ -790,7 +790,7 @@ case-insensitive:
790
$_ = 'STAR TREK Into Darkness';
791
s/Trek Into/TREK\: Into/; # Someone forgot the colon?
792
.say; # STAR TREK Into Darkness
793
- s:/Trek into/TREK\: Into/; # Thereifixedit
+ s:i/Trek into/TREK\: Into/; # Thereifixedit
794
.say; # STAR TREK: Into Darkness
795
796
If you want more in-depth descriptions of what these adverbs are actually
0 commit comments