diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-11-27 10:57:01 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-28 04:49:14 -0800 |
commit | 35f7ba49a4b293d62e73b530a7ea878959ba2ab2 (patch) | |
tree | 046b6f09d44ba7384caa2e808d3e3ed1680ee40d /regcomp.sym | |
parent | e2e755386e52b4bdb22a5c9618390859ed5f7323 (diff) | |
download | perl-35f7ba49a4b293d62e73b530a7ea878959ba2ab2.tar.gz |
regcomp.sym: Add EXACTFU regnode
This node will be used for matching case insensitive exactish nodes
using Unicode semantics
Diffstat (limited to 'regcomp.sym')
-rw-r--r-- | regcomp.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.sym b/regcomp.sym index 63e66e0725..a85d33f6b3 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -192,6 +192,7 @@ HORIZWS HORIZWS, none 0 S ; horizontal whitespace (Perl 6) NHORIZWS NHORIZWS, none 0 S ; not horizontal whitespace (Perl 6) FOLDCHAR FOLDCHAR, codepoint 1 ; codepoint with tricky case folding properties. +EXACTFU EXACT, str ; Match this string, folded, Unicode semantics for non-utf8 (prec. by length). # NEW STUFF ABOVE THIS LINE |