We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea039a commit e8bbd65Copy full SHA for e8bbd65
index.html
@@ -144,7 +144,7 @@ <h1 class="tool-label"></h1>
144
145
<tr><th colspan="2" onclick="regexr.libView.show('anchors')">Anchors</th></tr>
146
<tr><td>^abc$</td><td>start / end of the string</td></tr>
147
- <tr><td>\b</td><td>word boundary</td></tr>
+ <tr><td>\b \B</td><td>word, not-word boundary</td></tr>
148
149
<tr><th colspan="2" onclick="regexr.libView.show('escchars')">Escaped characters</th></tr>
150
<tr><td>\. \* \\</td><td>escaped special characters</td></tr>
0 commit comments