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--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 467ab3be1d..3a85c31333 100644
--- a/doc/html/boost/xpressive/_b.html
+++ b/doc/html/boost/xpressive/_b.html
@@ -34,7 +34,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="idp630107488"></a><h2>Description</h2>
+<a name="idp608735024"></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>