RegExp.Extended (gb.pcre)
Const Extended As Integer = 128 ' &H80
Specifies extended regular-expression syntax. In this mode, whitespace and comments are allowed in your regular expressions. Comments are Perl-style, that is, they start with a hash (#) and continue until the next newline.