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 d493957 commit dd62c55Copy full SHA for dd62c55
doc/Language/regexes.pod6
@@ -1109,7 +1109,8 @@ two leading spaces each.
1109
To match any word boundary, use C«<|w>» or C«<?wb>». This is similar to
1110
X«C<\b>|regex deprecated,\b» in other languages. To match the opposite, any
1111
character that is not bounding a word, use C«<!|w>» or C«<!wb>». This is similar
1112
-to X«C<\B>|regex deprecated,\B» in other languages.
+to X«C<\B>|regex deprecated,\B» in other languages; C<\b> and C<\B> will
1113
+throw an L<C<X::Obsolete>|/type/X::Obsolete> exception from version 6.d of Raku.
1114
1115
These are both zero-width regex elements.
1116
0 commit comments