Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Improve description of <?>
  • Loading branch information
moritz committed Oct 19, 2018
1 parent 5d579ef commit 1909220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/regexes.pod6
Expand Up @@ -1377,7 +1377,7 @@ closing construct even when there's no opening bracket:
"3)" ~~ / <?> ~ ')' \d+ /; # RESULT: «「3)」»
"(3)" ~~ / <?> ~ ')' \d+ /; # RESULT: «「3)」»
Here <?> returns true on the first null string.
Here C«<?>» successfully matches the null string.
The order of the regex capture is original:
Expand Down

0 comments on commit 1909220

Please sign in to comment.