diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-10-16 12:27:44 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-10-17 21:52:16 -0600 |
commit | 85514a3470928b4c673195c2db9e5f567341b656 (patch) | |
tree | 4c20bbff1f791123a38bf176bc59a15fd93b4a33 /regcomp.sym | |
parent | e62862f6d045336203855b670054699c6cb13286 (diff) | |
download | perl-85514a3470928b4c673195c2db9e5f567341b656.tar.gz |
regcomp.sym: Add comments
Diffstat (limited to 'regcomp.sym')
-rw-r--r-- | regcomp.sym | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regcomp.sym b/regcomp.sym index d0b725587d..c33b792b4e 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -95,10 +95,10 @@ BACK BACK, no 0 V ; Match "", "next" ptr points backward. #*Literals 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),. +EXACTF EXACT, str ; Match this (folded if in UTF-8) string, folded, native charset semantics for non-utf8 (prec. by length). +EXACTFL EXACT, str ; Match this (not guaranteed to be folded) string, folded in locale (w/len). +EXACTFU EXACT, str ; Match this (folded if in UTF-8) string, folded, Unicode semantics for non-utf8 (prec. by length). +EXACTFA EXACT, str ; Match this (not guaranteed to be folded) string, folded, Unicode semantics for non-utf8, but no ASCII-range character matches outside ASCII (prec. by length),. #*Do nothing types |