RegExp.UTF8 (gb.pcre)
Const UTF8 As Integer = 524288 ' &H80000
This option causes PCRE to regard both the pattern and the subject as strings of UTF-8 characters instead of single-byte character
strings. However, it is available only when PCRE is built to include UTF-8 support. If not, the use of this option provokes an error.