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 4d4aaa6 commit a8c7e71Copy full SHA for a8c7e71
doc/Language/regexes.rakudoc
@@ -618,8 +618,8 @@ L<backtrack|/language/regexes#Backtracking>) shown below:
618
=table
619
Token | Regex equivalent | Description
620
=========+=====================================
621
- <ws> | <!ww> \s*: | Word-separating whitespace (including zero, e.g. at EOF)
622
- <ident> | <.alpha> \w*: | Basic identifier (no support for ' or -).
+ <ws> | <!ww> \s* | Word-separating whitespace (including zero, e.g. at EOF)
+ <ident> | <.alpha> \w* | Basic identifier (no support for ' or -).
623
624
=head2 X«Unicode properties|Regexes,<:property>»
625
0 commit comments