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 6ae8467 commit 625f9a4Copy full SHA for 625f9a4
doc/Language/regexes.pod6
@@ -901,7 +901,7 @@ say '$333' ~~ m/^^ <?[$]> . \d+ /; # OUTPUT: «「$333」»
901
=end code
902
903
They can be positive or negative: C<![]> is negative, while C<?[]> is
904
-positive; the square braces will include the characters or backslashed
+positive; the square brackets will include the characters or backslashed
905
character classes that are going to be matched.
906
907
You can use predefined character classes and Unicode properties directly
0 commit comments