Const
Assert position at a word boundary, between word and non-word characters.
word
wordBoundary Copy
wordBoundary
RegExp equivalent:
/\b/ Copy
/\b/
Negated token
not.wordBoundarynot(wordBoundary) Copy
not.wordBoundarynot(wordBoundary)
/\B/ Copy
/\B/
Generated using TypeDoc
Assert position at a word boundary, between
word
and non-word
characters.