Expand description
Includes methods for starting/ending chain of expressions.
This module includes methods typically useful to start or end a regular expression.
Methods as start_of_line
, only_the_beginning
and flag-related methods can only be used as the starting method and
the others could be used in the middle or at the end of a method chain as well.