Go forward to Match-within-word Operator.
Go backward to Non-Emacs Syntax Tables.
Go up to Word Operators.

The Match-word-boundary Operator (`\b')
---------------------------------------

  This operator (represented by `\b') matches the empty string at
either the beginning or the end of a word.  For example, `\brat\b'
matches the separate word `rat'.