summaryrefslogtreecommitdiff
path: root/doc/html/pcrepattern.html
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-06-20 15:15:27 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-06-20 15:15:27 +0000
commit03ae083c6793d4105e479d1d9a30536fa3fbd28a (patch)
tree139d36cb7d1488d31c2151803cfee96cd6fd78ac /doc/html/pcrepattern.html
parent2d0b06301bb98c54b9859f54b2e4bee130f268fc (diff)
downloadpcre-03ae083c6793d4105e479d1d9a30536fa3fbd28a.tar.gz
Source tidies for 8.31-RC2.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@982 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/html/pcrepattern.html')
-rw-r--r--doc/html/pcrepattern.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/html/pcrepattern.html b/doc/html/pcrepattern.html
index a6c66ee..59619cc 100644
--- a/doc/html/pcrepattern.html
+++ b/doc/html/pcrepattern.html
@@ -307,6 +307,8 @@ as just described only when it is followed by two hexadecimal digits.
Otherwise, it matches a literal "x" character. In JavaScript mode, support for
code points greater than 256 is provided by \u, which must be followed by
four hexadecimal digits; otherwise it matches a literal "u" character.
+Character codes specified by \u in JavaScript mode are constrained in the same
+was as those specified by \x in non-JavaScript mode.
</P>
<P>
Characters whose value is less than 256 can be defined by either of the two
@@ -2869,7 +2871,7 @@ Cambridge CB2 3QH, England.
</P>
<br><a name="SEC28" href="#TOC1">REVISION</a><br>
<P>
-Last updated: 01 June 2012
+Last updated: 17 June 2012
<br>
Copyright &copy; 1997-2012 University of Cambridge.
<br>