summaryrefslogtreecommitdiff
path: root/doc/html/pcrepattern.html
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-03-23 12:05:43 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-03-23 12:05:43 +0000
commit628f1efe8c0ee0a200b7c05e3cc1f8d40bf860ca (patch)
tree2dd41d513a92e7f713d72d8d6c041eba4f3f549d /doc/html/pcrepattern.html
parentf1f8e0ab6e7e9f99ce9c1a74c992a48a9f156883 (diff)
downloadpcre-628f1efe8c0ee0a200b7c05e3cc1f8d40bf860ca.tar.gz
Trailing space tidies
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@406 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/html/pcrepattern.html')
-rw-r--r--doc/html/pcrepattern.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/html/pcrepattern.html b/doc/html/pcrepattern.html
index 95886c1..5d047e1 100644
--- a/doc/html/pcrepattern.html
+++ b/doc/html/pcrepattern.html
@@ -368,7 +368,8 @@ In UTF-8 mode, characters with values greater than 128 never match \d, \s, or
\w, and always match \D, \S, and \W. This is true even when Unicode
character property support is available. These sequences retain their original
meanings from before UTF-8 support was available, mainly for efficiency
-reasons.
+reasons. Note that this also affects \b, because it is defined in terms of \w
+and \W.
</P>
<P>
The sequences \h, \H, \v, and \V are Perl 5.10 features. In contrast to the
@@ -2243,7 +2244,7 @@ Cambridge CB2 3QH, England.
</P>
<br><a name="SEC28" href="#TOC1">REVISION</a><br>
<P>
-Last updated: 08 March 2009
+Last updated: 18 March 2009
<br>
Copyright &copy; 1997-2009 University of Cambridge.
<br>