We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88b5d9 commit 486189aCopy full SHA for 486189a
S05-regex.pod
@@ -17,8 +17,8 @@ Synopsis 5: Regexes and Rules
17
18
Created: 24 Jun 2002
19
20
- Last Modified: 6 May 2013
21
- Version: 163
+ Last Modified: 12 May 2013
+ Version: 164
22
23
This document summarizes Apocalypse 5, which is about the new regex
24
syntax. We now try to call them I<regex> rather than "regular
@@ -2043,7 +2043,8 @@ of 127 (DEL).
2043
=item * punct
2044
X<punct>X<< <punct> >>
2045
2046
-Match a single punctuation character.
+Match a single punctuation character (that is, any charcter from the
2047
+Unicode General Category "Punctation").
2048
2049
=item * alnum
2050
X<alnum>X<< <alnum> >>
0 commit comments