Go forward to Match-beginning-of-word Operator.
Go backward to Match-word-boundary Operator.
Go up to Word Operators.

The Match-within-word Operator (`\B')
-------------------------------------

  This operator (represented by `\B') matches the empty string within a
word. For example, `c\Brat\Be' matches `crate', but `dirty \Brat'
doesn't match `dirty rat'.