X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/e62862f6d045336203855b670054699c6cb13286..85514a3470928b4c673195c2db9e5f567341b656:/regcomp.sym?ds=sidebyside diff --git a/regcomp.sym b/regcomp.sym index d0b7255..c33b792 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