summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-12-18 13:32:21 -0700
committerKarl Williamson <khw@cpan.org>2014-12-29 13:52:56 -0700
commit2f306ab9fcefa58507af5830f60ce18c43bbad18 (patch)
tree4d9a6886d3ef90ca8815dcf831acb886e8a38801 /regcomp.sym
parentea5519d61c4e7f31f98e6f49013cbdadbfa26308 (diff)
downloadperl-2f306ab9fcefa58507af5830f60ce18c43bbad18.tar.gz
Nits in comments
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym3
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).