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 249c087 commit 9c7b4eaCopy full SHA for 9c7b4ea
doc/Language/regexes.pod6
@@ -63,7 +63,7 @@ matches the regex:
63
64
if 'Life, the Universe and Everything' ~~ / and / {
65
say ~$/; # OUTPUT: «and»
66
- say $/.prematch; # OUTPUT: «Life, the Universe»
+ say $/.prematch; # OUTPUT: «Life, the Universe »
67
say $/.postmatch; # OUTPUT: « Everything»
68
say $/.from; # OUTPUT: «19»
69
say $/.to; # OUTPUT: «22»
0 commit comments