diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-12-18 12:22:11 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-01-19 11:58:16 -0700 |
commit | a36afff11db8f21755c9de54a9d78c26806bd1f8 (patch) | |
tree | 328659e5e01d49d0f1fb13a13a21301e76b459fd /regcomp.sym | |
parent | 5e2fff4ac387f0a22d05b6f28f05d35a10c28ce9 (diff) | |
download | perl-a36afff11db8f21755c9de54a9d78c26806bd1f8.tar.gz |
regcomp.sym: Change 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 c33b792b4e..23b9ef2181 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 (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),. +EXACTF EXACT, str ; Match this non-UTF-8 string (not guaranteed to be folded) using /id rules (w/len). +EXACTFL EXACT, str ; Match this string (not guaranteed to be folded) using /il rules (w/len). +EXACTFU EXACT, str ; Match this string (folded iff in UTF-8) using /iu rules (w/len). +EXACTFA EXACT, str ; Match this string (not guaranteed to be folded) using /iaa rules (w/len). #*Do nothing types |