public static CheckStringRegex ( string inputName, string regularExpression, string actualValue ) : bool | ||
inputName | string | name of the input to be identified when throwing errors |
regularExpression | string | regular expression to match string against |
actualValue | string | string to test - must match the regularExpression specified |
Résultat | bool |