summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-11-12 09:26:04 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-11-22 13:32:51 -0800
commit617b7ae7da886a680dcd425a3f41043f622ea6a2 (patch)
tree0d006f5928e71cc83bb4ea57320d7648805cf647 /regcomp.sym
parent66615a54c249620bc7ad25e377cc80f5d1245172 (diff)
downloadperl-617b7ae7da886a680dcd425a3f41043f622ea6a2.tar.gz
regcomp.sym: Clarify comment
make regen needed
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.sym b/regcomp.sym
index b0afeda455..63e66e0725 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -41,7 +41,7 @@ GPOS GPOS, no ; Matches where last m//g left off.
REG_ANY REG_ANY, no 0 S ; Match any one character (except newline).
SANY REG_ANY, no 0 S ; Match any one character.
CANY REG_ANY, no 0 S ; Match any one byte.
-ANYOF ANYOF, sv 0 S ; Match character in (or not in) this class.
+ANYOF ANYOF, sv 0 S ; Match character in (or not in) this class, folding is native charset for non-utf8.
ALNUM ALNUM, no 0 S ; Match any alphanumeric character
ALNUML ALNUM, no 0 S ; Match any alphanumeric char in locale
NALNUM NALNUM, no 0 S ; Match any non-alphanumeric character