Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S05] define <punct> to be Unicody. Closes #57
  • Loading branch information
moritz committed Jul 12, 2013
1 parent d88b5d9 commit 486189a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions S05-regex.pod
Expand Up @@ -17,8 +17,8 @@ Synopsis 5: Regexes and Rules

Created: 24 Jun 2002

Last Modified: 6 May 2013
Version: 163
Last Modified: 12 May 2013
Version: 164

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

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

=item * alnum
X<alnum>X<< <alnum> >>
Expand Down

0 comments on commit 486189a

Please sign in to comment.