summaryrefslogtreecommitdiff
path: root/doc/html/pcresyntax.html
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-11-24 17:39:25 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-11-24 17:39:25 +0000
commit78d4828aaa1f15dfc4b40c0f718112f6508254f8 (patch)
tree6778081b7ffe34ee20aa62245e0fa8d2b4b00ee3 /doc/html/pcresyntax.html
parent1c4a198f0a69223930a4b118a35a618342d20898 (diff)
downloadpcre-78d4828aaa1f15dfc4b40c0f718112f6508254f8.tar.gz
Tidies of documenation and code while preparing for release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@579 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/html/pcresyntax.html')
-rw-r--r--doc/html/pcresyntax.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/html/pcresyntax.html b/doc/html/pcresyntax.html
index cb1e855..9fa3ebd 100644
--- a/doc/html/pcresyntax.html
+++ b/doc/html/pcresyntax.html
@@ -60,7 +60,7 @@ syntax.
<P>
<pre>
\a alarm, that is, the BEL character (hex 07)
- \cx "control-x", where x is any character
+ \cx "control-x", where x is any ASCII character
\e escape (hex 1B)
\f formfeed (hex 0C)
\n newline (hex 0A)
@@ -366,6 +366,7 @@ but some of them use Unicode properties if PCRE_UCP is set. You can use
The following are recognized only at the start of a pattern or after one of the
newline-setting options with similar syntax:
<pre>
+ (*NO_START_OPT) no start-match optimization (PCRE_NO_START_OPTIMIZE)
(*UTF8) set UTF-8 mode (PCRE_UTF8)
(*UCP) set PCRE_UCP (use Unicode properties for \d etc)
</PRE>
@@ -494,7 +495,7 @@ Cambridge CB2 3QH, England.
</P>
<br><a name="SEC27" href="#TOC1">REVISION</a><br>
<P>
-Last updated: 12 May 2010
+Last updated: 21 November 2010
<br>
Copyright &copy; 1997-2010 University of Cambridge.
<br>