Skip to content

Commit 486189a

Browse files
committed
[S05] define <punct> to be Unicody. Closes #57
1 parent d88b5d9 commit 486189a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

S05-regex.pod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Synopsis 5: Regexes and Rules
1717

1818
Created: 24 Jun 2002
1919

20-
Last Modified: 6 May 2013
21-
Version: 163
20+
Last Modified: 12 May 2013
21+
Version: 164
2222

2323
This document summarizes Apocalypse 5, which is about the new regex
2424
syntax. We now try to call them I<regex> rather than "regular
@@ -2043,7 +2043,8 @@ of 127 (DEL).
20432043
=item * punct
20442044
X<punct>X<< <punct> >>
20452045

2046-
Match a single punctuation character.
2046+
Match a single punctuation character (that is, any charcter from the
2047+
Unicode General Category "Punctation").
20472048

20482049
=item * alnum
20492050
X<alnum>X<< <alnum> >>

0 commit comments

Comments
 (0)