C# Syntax
public static bool IsMatch( string actual, string regexPattern, string verificationName, string verificationDescription, Image verificationImage )
Parameters
- actual
- The string to check.
- regexPattern
- The regular expression value to search for. Use standard C# regular expression syntax.
- verificationName
- The verification title.
- verificationDescription
- The verification description.
- verificationImage
- An image related to the verification.