Skip to content

Commit e8bbd65

Browse files
committed
Added not-word boundary to cheat sheet.
Signed-off-by: Grant Skinner <[email protected]>
1 parent dea039a commit e8bbd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h1 class="tool-label"></h1>
144144

145145
<tr><th colspan="2" onclick="regexr.libView.show('anchors')">Anchors</th></tr>
146146
<tr><td>^abc$</td><td>start / end of the string</td></tr>
147-
<tr><td>\b</td><td>word boundary</td></tr>
147+
<tr><td>\b \B</td><td>word, not-word boundary</td></tr>
148148

149149
<tr><th colspan="2" onclick="regexr.libView.show('escchars')">Escaped characters</th></tr>
150150
<tr><td>\. \* \\</td><td>escaped special characters</td></tr>

0 commit comments

Comments
 (0)