From a5bc07423c0a05b955b43bbc4acf868b0b905e31 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 5 Jun 2019 11:15:51 -0600 Subject: regcomp.sym: Change regnode description Simplify the description for ANYOFb --- regcomp.sym | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regcomp.sym') diff --git a/regcomp.sym b/regcomp.sym index b702c437a1..e432ae5cd1 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -63,7 +63,7 @@ ANYOFD ANYOF, sv charclass S ; Like ANYOF, but /d is in effect ANYOFL ANYOF, sv charclass S ; Like ANYOF, but /l is in effect ANYOFPOSIXL ANYOF, sv charclass_posixl S ; Like ANYOFL, but matches [[:posix:]] classes ANYOFH ANYOF, sv 1 S ; Like ANYOF, but only has "High" matches, none in the bitmap; -ANYOFHb ANYOF, sv 1 S ; Like ANYOFH, but all matches share the same first byte, the repurposed flags field contains it +ANYOFHb ANYOF, sv 1 S ; Like ANYOFH, but all matches share the same UTF-8 start byte, given in the flags field ANYOFM ANYOFM byte 1 S ; Like ANYOF, but matches an invariant byte as determined by the mask and arg NANYOFM ANYOFM byte 1 S ; complement of ANYOFM -- cgit v1.2.1