Go to the first, previous, next, last section, table of contents.


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'.


Go to the first, previous, next, last section, table of contents.