RegExp.NotEOL (gb.pcre)

Const NotEOL As Integer = 2

With the MultiLine constant specified, indicates that the dollar ($) expression should not match the end of the string. Without the MultiLine constant, indicates that the dollar should never match anything.