summaryrefslogtreecommitdiff
path: root/doc/html/pcresyntax.html
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-31 17:42:29 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-31 17:42:29 +0000
commit7aee104a4b40242e323b6a7291e8b82533446557 (patch)
tree46fa468bf10d082967f52386fd8a93178b048149 /doc/html/pcresyntax.html
parent30c38b72f7c232b1b2fadd66f4da75e5117f91a3 (diff)
downloadpcre-7aee104a4b40242e323b6a7291e8b82533446557.tar.gz
More documentation updates
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1194 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/html/pcresyntax.html')
-rw-r--r--doc/html/pcresyntax.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/html/pcresyntax.html b/doc/html/pcresyntax.html
index 1d58392..09fe80a 100644
--- a/doc/html/pcresyntax.html
+++ b/doc/html/pcresyntax.html
@@ -90,7 +90,7 @@ documentation. This document contains a quick-reference summary of the syntax.
\V a character that is not a vertical white space character
\w a "word" character
\W a "non-word" character
- \X an extended Unicode sequence
+ \X a Unicode extended grapheme cluster
</pre>
In PCRE, by default, \d, \D, \s, \S, \w, and \W recognize only ASCII
characters, even in a UTF mode. However, this can be changed by setting the
@@ -378,6 +378,7 @@ newline-setting options with similar syntax:
(*NO_START_OPT) no start-match optimization (PCRE_NO_START_OPTIMIZE)
(*UTF8) set UTF-8 mode: 8-bit library (PCRE_UTF8)
(*UTF16) set UTF-16 mode: 16-bit library (PCRE_UTF16)
+ (*UTF32) set UTF-32 mode: 32-bit library (PCRE_UTF32)
(*UCP) set PCRE_UCP (use Unicode properties for \d etc)
</PRE>
</P>
@@ -469,7 +470,7 @@ pattern is not anchored.
<br><a name="SEC22" href="#TOC1">NEWLINE CONVENTIONS</a><br>
<P>
These are recognized only at the very start of the pattern or after a
-(*BSR_...), (*UTF8), (*UTF16) or (*UCP) option.
+(*BSR_...), (*UTF8), (*UTF16), (*UTF32) or (*UCP) option.
<pre>
(*CR) carriage return only
(*LF) linefeed only
@@ -510,7 +511,7 @@ Cambridge CB2 3QH, England.
</P>
<br><a name="SEC27" href="#TOC1">REVISION</a><br>
<P>
-Last updated: 10 January 2012
+Last updated: 25 August 2012
<br>
Copyright &copy; 1997-2012 University of Cambridge.
<br>