IsMatch
  Next

Checks whether the specified string matches (one or more times) the regular expression pattern.
Syntax: IsMatch (String As String) As Boolean

Example:
If Regex1.IsMatch("[email protected]") Then ...