X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/ee9b8eaedac8053a01cc9281ada34dd182a8f7d0..683d9ad15a8b09b17249f2efd39d10a9a251cd95:/regcomp.sym diff --git a/regcomp.sym b/regcomp.sym index c57a386..b0b9faf 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -185,7 +185,16 @@ CUTGROUP VERB, no-sv 1 On failure go to the next alternation in the group #*Control what to keep in $&. KEEPS KEEPS, no $& begins here. -# NEW STUFF ABOVE THIS LINE -- Please update counts below. +#*New charclass like patterns +LNBREAK LNBREAK, none generic newline pattern +VERTWS VERTWS, none vertical whitespace (Perl 6) +NVERTWS NVERTWS, none not vertical whitespace (Perl 6) +HORIZWS HORIZWS, none horizontal whitespace (Perl 6) +NHORIZWS NHORIZWS, none not horizontal whitespace (Perl 6) + +FOLDCHAR FOLDCHAR, codepoint 1 codepoint with tricky case folding properties. + +# NEW STUFF ABOVE THIS LINE ################################################################################