Skip to content

Commit

Permalink
Space added closes #2125. Thanks @devine for the detailed bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Jun 26, 2018
1 parent 249c087 commit 9c7b4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/regexes.pod6
Expand Up @@ -63,7 +63,7 @@ matches the regex:
if 'Life, the Universe and Everything' ~~ / and / {
say ~$/; # OUTPUT: «and␤»
say $/.prematch; # OUTPUT: «Life, the Universe␤»
say $/.prematch; # OUTPUT: «Life, the Universe ␤»
say $/.postmatch; # OUTPUT: « Everything␤»
say $/.from; # OUTPUT: «19␤»
say $/.to; # OUTPUT: «22␤»
Expand Down

0 comments on commit 9c7b4ea

Please sign in to comment.