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


The Match-beginning-of-word Operator (\<)

This operator (represented by `\<') matches the empty string at the beginning of a word.


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