diff options
author | Karl Williamson <khw@cpan.org> | 2014-12-18 13:32:21 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-12-29 13:52:56 -0700 |
commit | 2f306ab9fcefa58507af5830f60ce18c43bbad18 (patch) | |
tree | 4d9a6886d3ef90ca8815dcf831acb886e8a38801 /regcomp.sym | |
parent | ea5519d61c4e7f31f98e6f49013cbdadbfa26308 (diff) | |
download | perl-2f306ab9fcefa58507af5830f60ce18c43bbad18.tar.gz |
Nits in comments
Diffstat (limited to 'regcomp.sym')
-rw-r--r-- | regcomp.sym | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regcomp.sym b/regcomp.sym index 02b278c3a4..f2ddab1ae3 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -94,6 +94,9 @@ EXACTF EXACT, str ; Match this non-UTF-8 string (not guaranteed 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, length in folding doesn't change if not in UTF-8) using /iu rules (w/len). EXACTFA EXACT, str ; Match this string (not guaranteed to be folded) using /iaa rules (w/len). + +# End of important relative ordering. + EXACTFU_SS EXACT, str ; Match this string (folded iff in UTF-8, length in folding may change even if not in UTF-8) using /iu rules (w/len). EXACTFA_NO_TRIE EXACT, str ; Match this string (which is not trie-able; not guaranteed to be folded) using /iaa rules (w/len). |