Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ww already added, refs #2632, eliminate caps
  • Loading branch information
JJ committed Mar 2, 2019
1 parent f890b65 commit 3815c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/regexes.pod6
Expand Up @@ -231,9 +231,9 @@ Examples of word characters:
<lower> | <:Ll> | Lowercase characters
<upper> | <:Lu> | Uppercase characters
<same> | | Matches between two identical characters
<wb> | | Word Boundary
<wb> | | Word boundary
<ws> | | Whitespace. This is actually a default rule.
<ww> | | Within Word
<ww> | | Within word
<ident> | | Identifier. Also a default rule.
=end table
Expand Down

0 comments on commit 3815c61

Please sign in to comment.