word Boundary
Append a word boundary anchor (\b
) to the regex.
Matches a word boundary position between a word character and non-word character or position (start / end of string). See the word character class (w) for more info.
Content copied to clipboard