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 1d86db4c4b..b0fc6524c1 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="idp541001312"></a><h2>Description</h2>
+<a name="idm45555017260992"></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>