summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-12-26 10:57:49 -0700
committerKarl Williamson <khw@cpan.org>2017-12-29 22:45:14 -0700
commit39d242201ac8d2ef276274c2fd8a03ab861a0916 (patch)
tree31cbca97f2a79116e3415e47df64cf2cffa7efd4 /regcomp.sym
parent4a6c6db5b7d2d53fa22cae646901d3b6c293cd3b (diff)
downloadperl-39d242201ac8d2ef276274c2fd8a03ab861a0916.tar.gz
regcomp.sym: Add regnodes for [[:ascii:]]
These will be used in a future commit
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym3
1 files changed, 3 insertions, 0 deletions
diff --git a/regcomp.sym b/regcomp.sym
index 778859ee05..cddf84c24d 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -72,6 +72,9 @@ NPOSIXU NPOSIXD, none 0 S ; complement of POSIXU, [[:^class:]]
NPOSIXA NPOSIXD, none 0 S ; complement of POSIXA, [[:^class:]]
# End of order is important
+ASCII ASCII, none 0 S ; [[:ascii:]]
+NASCII ASCII, none 0 S ; [[:^ascii:]]
+
CLUMP CLUMP, no 0 V ; Match any extended grapheme cluster sequence
#* Alternation