summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.sym b/regcomp.sym
index 5512c0f8a1..fd594dfdcd 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -141,6 +141,7 @@ EXACTFAA_NO_TRIE EXACT, str ; Like EXACT, but match using /iaa rules (string
EXACT_ONLY8 EXACT, str ; Like EXACT, but only UTF-8 encoded targets can match
+LEXACT_ONLY8 EXACT, len:str 1 ; Like LEXACT, but only UTF-8 encoded targets can match
EXACTFU_ONLY8 EXACT, str ; Like EXACTFU, but only UTF-8 encoded targets can match
# One could add EXACTFAA8 and something that has the same effect for /l,
# but these would be extremely uncommon