diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-11-19 13:14:24 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-11-19 17:13:02 -0700 |
commit | 840f8e9207353b89e0c2790e03fe16f44071615b (patch) | |
tree | 49898c5d54c2715bede005060d81145ea27ace01 /regen/regcharclass.pl | |
parent | a35d759aff667e2ddcde81fae0f6dbaecf27e7b1 (diff) | |
download | perl-840f8e9207353b89e0c2790e03fe16f44071615b.tar.gz |
handy.h: Add isVERTWS_uni(), isVERTWS_utf8()
These two macros match the same things as \v does in patterns. I'm
leaving them undocumented for now.
Diffstat (limited to 'regen/regcharclass.pl')
-rwxr-xr-x | regen/regcharclass.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl index 06ce4065d9..830a014fed 100755 --- a/regen/regcharclass.pl +++ b/regen/regcharclass.pl @@ -1393,7 +1393,7 @@ HORIZWS: Horizontal Whitespace: \h \H \p{HorizSpace} VERTWS: Vertical Whitespace: \v \V -=> generic UTF8 LATIN1 cp :fast safe +=> generic UTF8 high LATIN1 cp cp_high :fast safe \p{VertSpace} REPLACEMENT: Unicode REPLACEMENT CHARACTER |