Skip to content

Commit 265000d

Browse files
committed
regexes.pod6 change predefined <|wb>, <ww> to <?wb>, <?ww>
1 parent 72607fa commit 265000d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/regexes.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ Predefined subrules:
195195
<punct> Punctuation and Symbols (only Punct beyond ASCII)
196196
<space> \s Whitespace
197197
<upper> <:Lu> Uppercase characters
198-
<|wb> Word Boundary (zero-width assertion)
199-
<ww> Within Word (zero-width assertion)
198+
<?wb> Word Boundary (zero-width assertion, ? suppress capture)
199+
<?ww> Within Word (zero-width assertion, ? suppress capture)
200200
<xdigit> Hexadecimal digit [0-9A-Fa-f]
201201
=end code
202202

0 commit comments

Comments
 (0)