Will validate the format of an email or IP address. Allows email addresses which use ip addresses.
Will return all valid addresses in a string.
Inputs
IsValid(test As RegExpTypes, s As String)as boolean.
Extract(test As RegExpTypes, s As String) As MatchCollection
Assumes
Must register the Microsoft VBScript Regular Expressions v5.5 dll
Returns
IsValid - returns true/false
Extract - returns co0llection of matches