RegExp.MultiLine (gb.pcre)

Const MultiLine As Integer = 1024 ' &H400

Specifies that the subject text is multi-line, so that the caret (^) and dollar ($) modifiers will match the beginnings and endings of lines anywhere within the text.