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("support@basic4ppc.com")
Then
...