Success
Previous
Next
Gets a value indicating whether a match was found in the string.
Syntax: Success As Boolean
Example:
Match1.Value = Regex1.Match(s)
If Match1.Success Then ...