X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regcomp.sym;h=b0b9faff7e30d9ef33a30d977b062bd84bba7dd1;hb=b69c7e13638df93b8184f0ab25c064bbde4b32e0;hp=c57a386af7419a82b7501fb676bd554fc20556cd;hpb=ee9b8eaedac8053a01cc9281ada34dd182a8f7d0;p=p5sagit%2Fp5-mst-13.2.git 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 ################################################################################