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 72607fa commit 265000dCopy full SHA for 265000d
doc/Language/regexes.pod6
@@ -195,8 +195,8 @@ Predefined subrules:
195
<punct> Punctuation and Symbols (only Punct beyond ASCII)
196
<space> \s Whitespace
197
<upper> <:Lu> Uppercase characters
198
- <|wb> Word Boundary (zero-width assertion)
199
- <ww> Within Word (zero-width assertion)
+ <?wb> Word Boundary (zero-width assertion, ? suppress capture)
+ <?ww> Within Word (zero-width assertion, ? suppress capture)
200
<xdigit> Hexadecimal digit [0-9A-Fa-f]
201
=end code
202
0 commit comments