summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym5
1 files changed, 5 insertions, 0 deletions
diff --git a/regcomp.sym b/regcomp.sym
index 850800c7f5..1bcdecb48b 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -60,6 +60,11 @@ EXACT EXACT, sv Match this string (preceded by length).
EXACTF EXACT, sv Match this string, folded (prec. by length).
EXACTFL EXACT, sv Match this string, folded in locale (w/len).
+# Trie Related (behave the same as A|LIST|OF|WORDS would)
+TRIE TRIE, trie 1 Match one or more of many EXACT strings
+TRIEF TRIE, trie 1 Match one or more of many EXACTF strings
+TRIEFL TRIE, trie 1 Match one or more of many EXACTFL strings
+
# Do nothing
NOTHING NOTHING,no Match empty string.
# A variant of above which delimits a group, thus stops optimizations