multiline


Vocabulary
regexp.ast

Syntax
R/ .../m


Word description
This mode makes the zero-width constraints $ and ^ match the beginning or end of a line. Otherwise, they only match the beginning or end of the input text. This can be used together with dotall.

Definition