Skip to content

Commit 6f90183

Browse files
committed
Adds two remaining character classes closes #973
1 parent 8fb69e4 commit 6f90183

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Language/regexes.pod6

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ Examples of word characters:
231231
<upper> | <:Lu> | Uppercase characters
232232
<same> | | Matches between two identical characters
233233
<wb> | | Word Boundary
234+
<ws> | | Whitespace. This is actually a default rule.
234235
<ww> | | Within Word
236+
<ident> | | Identifier. Also a default rule.
235237
236238
=end table
237239

0 commit comments

Comments
 (0)