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 b0d5cf9 commit 92289bcCopy full SHA for 92289bc
doc/Language/regexes.pod6
@@ -44,7 +44,7 @@ operators:
44
$match = m/.+/; say $match; say $match.^name; # OUTPUT: «「abc」Match»
45
$match = /.+/; say $match; say $match.^name; # OUTPUT: «/.+/Regex»
46
47
-Whitespace in literal regexes is ignored insofar as the L<:sigspace>
+Whitespace in literal regexes is ignored insofar as the L<:sigspace
48
adverb|/language/regexes#Sigspace> is not used to make whitespace syntactically
49
significant.
50
0 commit comments