File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -472,8 +472,8 @@ $ the end of a haystack (or end-of-line with multi-line mode)
472
472
\z only the end of a haystack (even with multi-line mode enabled)
473
473
\b an ASCII word boundary (\w on one side and \W, \A, or \z on other)
474
474
\B not an ASCII word boundary
475
- \b{start} an ASCII start-of-word boundary (\W|\A on the left, \w on the right)
476
- \b{end} an ASCII end-of-word boundary (\w on the left, \W|\z on the right))
475
+ \b{start}, \< an ASCII start-of-word boundary (\W|\A on the left, \w on the right)
476
+ \b{end}, \> an ASCII end-of-word boundary (\w on the left, \W|\z on the right))
477
477
\b{start-half} half of an ASCII start-of-word boundary (\W|\A on the left)
478
478
\b{end-half} half of an ASCII end-of-word boundary (\W|\z on the right)
479
479
</pre>
You can’t perform that action at this time.
0 commit comments