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 56f3241 commit d9869e4Copy full SHA for d9869e4
doc/Language/regexes.pod6
@@ -322,7 +322,7 @@ be consumed. This means that all of these are equivalent:
322
/\x2e/ and /\x002e/ and /\x00002e/
323
324
But this format can be ambiguous, so the use of surrounding whitespace is
325
-highly recommended.
+highly recommended in non-trivial expressions.
326
327
For additional provisos with respect to combining codepoints, see
328
L<C<\c> and C<\C>|#regex,\c>.
0 commit comments