Expand description

Functions for the empty matches

Functions

A function to match the beginning of text (or start-of-line with multi-line mode)
A function to match the beginning of text (even with multi-line mode enabled)
A function to match the end of text (or end-of-line with multi-line mode)
A function to match the end of text (even with multi-line mode enabled)
A function to match anything BUT a word boundary
A function to match a word boundary