summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-11-12 08:41:46 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-11-22 13:32:50 -0800
commit2448cf3991b8f8be68ad1ad82de30f08a28e3374 (patch)
tree116c07f3faba9d65a2d1f692035d18bcd7af60ee /regcomp.sym
parentcefafd73018b048fa66d2b22250431112141955a (diff)
downloadperl-2448cf3991b8f8be68ad1ad82de30f08a28e3374.tar.gz
regcomp.sym: Fix descriptions
requires regen
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym8
1 files changed, 4 insertions, 4 deletions
diff --git a/regcomp.sym b/regcomp.sym
index ac1c2e01a8..b0afeda455 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -54,7 +54,7 @@ DIGIT DIGIT, no 0 S ; Match any numeric character
DIGITL DIGIT, no ; Match any numeric character in locale
NDIGIT NDIGIT, no 0 S ; Match any non-numeric character
NDIGITL NDIGIT, no ; Match any non-numeric character in locale
-CLUMP CLUMP, no 0 V ; Match any combining character sequence
+CLUMP CLUMP, no 0 V ; Match any extended grapheme cluster sequence
#* Alternation (31)
@@ -78,7 +78,7 @@ BACK BACK, no 0 V ; Match "", "next" ptr points backward.
#*Literals (33..35)
EXACT EXACT, str ; Match this string (preceded by length).
-EXACTF EXACT, str ; Match this string, folded (prec. by length).
+EXACTF EXACT, str ; Match this string, folded, native charset semantics for non-utf8 (prec. by length).
EXACTFL EXACT, str ; Match this string, folded in locale (w/len).
#*Do nothing types (36..37)
@@ -112,7 +112,7 @@ OPEN OPEN, num 1 ; Mark this point in input as start of #n.
CLOSE CLOSE, num 1 ; Analogous to OPEN.
REF REF, num 1 V ; Match some already matched string
-REFF REF, num 1 V ; Match already matched string, folded
+REFF REF, num 1 V ; Match already matched string, folded using native charset semantics for non-utf8
REFFL REF, num 1 V ; Match already matched string, folded in loc.
@@ -158,7 +158,7 @@ GOSTART GOSTART, no ; recurse to start of pattern
#*Named references (67..69)
NREF REF, no-sv 1 V ; Match some already matched string
-NREFF REF, no-sv 1 V ; Match already matched string, folded
+NREFF REF, no-sv 1 V ; Match already matched string, folded using native charset semantics for non-utf8
NREFFL REF, no-sv 1 V ; Match already matched string, folded in loc.