X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regcomp.sym;h=850800c7f55c34eb1ba5b74b809c1d46e3bd4f40;hb=2e34cc90b22e8d09149d579a4d5db71a1836c9ca;hp=9775b9374da1678a91e631f753132d0e56df1675;hpb=b85d18e97b6ae9e0cc168f99b999fd3fd33104bd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regcomp.sym b/regcomp.sym index 9775b93..850800c 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -22,8 +22,9 @@ NBOUNDL NBOUND, no Match "" at any word non-boundary GPOS GPOS, no Matches where last m//g left off. # [Special] alternatives -ANY ANY, no Match any one character (except newline). -SANY ANY, no Match any one character. +REG_ANY REG_ANY, no Match any one character (except newline). +SANY REG_ANY, no Match any one character. +CANY REG_ANY, no Match any one byte. ANYOF ANYOF, sv Match character in (or not in) this class. ALNUM ALNUM, no Match any alphanumeric character ALNUML ALNUM, no Match any alphanumeric char in locale @@ -34,7 +35,10 @@ SPACEL SPACE, no Match any whitespace char in locale NSPACE NSPACE, no Match any non-whitespace character NSPACEL NSPACE, no Match any non-whitespace char in locale DIGIT DIGIT, no Match any numeric character +DIGITL DIGIT, no Match any numeric character in locale NDIGIT NDIGIT, no Match any non-numeric character +NDIGITL NDIGIT, no Match any non-numeric character in locale +CLUMP CLUMP, no Match any combining character sequence # BRANCH The set of branches constituting a single choice are hooked # together with their "next" pointers, since precedence prevents