X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regcomp.sym;h=1bcdecb48b235c2cd6b343bfaa79fafa65fdfab4;hb=ffd4ff43bd2a65a31e5f3808320b98b9851ba91e;hp=850800c7f55c34eb1ba5b74b809c1d46e3bd4f40;hpb=f33976b4825a1f900bb28e78ad0509286ad2ffe5;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regcomp.sym b/regcomp.sym index 850800c..1bcdecb 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