summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-06-13 08:44:34 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-06-13 08:44:34 +0000
commitcc7768ebfd86be3e6126739dd2c66c76bc197ca1 (patch)
treefae05267b3db5a2d5909f322dd4b2cfc2c2c3a80 /NEWS
parent9e1e6e4433ecff8a263222322ff99e0d96f8efe5 (diff)
downloadpcre-cc7768ebfd86be3e6126739dd2c66c76bc197ca1.tar.gz
Add support for \h, \H, \v, \V.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@178 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a82f2a1..f585cb5 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,8 @@ Some more features from Perl 5.10 have been added:
(?| introduces a group where the capturing parentheses in each alternative
start from the same number; for example, (?|(abc)|(xyz)) sets capturing
parentheses number 1 in both cases.
+
+ \h, \H, \v, \V match horizontal and vertical whitespace, respectively.
Release 7.1 24-Apr-07