summaryrefslogtreecommitdiff
path: root/doc/html/boost/xpressive/_b.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/xpressive/_b.html')
-rw-r--r--[-rwxr-xr-x]doc/html/boost/xpressive/_b.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/xpressive/_b.html b/doc/html/boost/xpressive/_b.html
index 6d105942fd..047b70f8ef 100755..100644
--- a/doc/html/boost/xpressive/_b.html
+++ b/doc/html/boost/xpressive/_b.html
@@ -33,7 +33,7 @@
</span><span class="emphasis"><em><span class="identifier">unspecified</span></em></span> _b<span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id3817146"></a><h2>Description</h2>
+<a name="id3916229"></a><h2>Description</h2>
<p>'_b' matches the zero-width sub-sequence at the beginning or the end of a word. It is equivalent to (bow | eow). The regex traits are used to determine what constitutes a word character. To match a non-word boundary, use ~_b.</p>
<div class="note"><table border="0" summary="Note">
<tr>