summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-03 08:37:43 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-14 08:41:38 -0700
commit7986cb47a0ada00e4b954311a259258633e181f8 (patch)
treed63249ef6a87f41bfff3efaa6247300b426fd7bf /regcomp.sym
parent0a138b74e1a31f52975d0af5dfa5e269b413e283 (diff)
downloadperl-7986cb47a0ada00e4b954311a259258633e181f8.tar.gz
regcomp.sym: Add regnode for /aa matching
It is not used yet.
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym3
1 files changed, 2 insertions, 1 deletions
diff --git a/regcomp.sym b/regcomp.sym
index 286b942517..001acf6a27 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -97,6 +97,7 @@ EXACT EXACT, str ; Match this string (preceded by length).
EXACTF EXACT, str ; Match this string, folded, native charset semantics for non-utf8 (prec. by length).
EXACTFL EXACT, str ; Match this string, folded in locale (w/len).
EXACTFU EXACT, str ; Match this string, folded, Unicode semantics for non-utf8 (prec. by length).
+EXACTFA EXACT, str ; Match this string, folded, Unicode semantics for non-utf8, but no ASCII-range character matches outside ASCII (prec. by length),.
#*Do nothing types
@@ -171,7 +172,7 @@ RENUM BRANCHJ, off 1 . 1 ; Group with independently numbered parens.
# inline charclass data (ascii only), the 'C' store it in the structure.
# NOTE: the relative order of the TRIE-like regops is significant
-TRIE TRIE, trie 1 ; Match many EXACT(F[LU]?)? at once. flags==type
+TRIE TRIE, trie 1 ; Match many EXACT(F[ALU]?)? at once. flags==type
TRIEC TRIE,trie charclass ; Same as TRIE, but with embedded charclass data
# For start classes, contains an added fail table.