Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corrected the table of vertical whitespace characters. hackedNODE++
  • Loading branch information
Jan-Olof Hendig committed Sep 29, 2016
1 parent 7a23103 commit 5d8221c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/Language/regexes.pod6
Expand Up @@ -160,8 +160,10 @@ Examples for vertical whitespace characters:
U+000A LINE FEED
U+000B VERTICAL TABULATION
U+000C CARRIAGE RETURN
U+000C FORM FEED
U+000D CARRIAGE RETURN
U+0085 NEXT LINE
U+2028 LINE SEPARATOR
U+2029 PARAGRAPH SEPARATOR
Use C<\s> to match any kind of whitespace, not just vertical whitespace.
Expand Down

0 comments on commit 5d8221c

Please sign in to comment.