RegExp.NotBOL (gb.pcre)

Const NotBOL As Integer = 1

With the MultiLine constant specified, indicates that the caret (^) expression should not match the beginning of the string. Without the MultiLine constant, indicates that the caret should never match anything.