| ValidatorIsRegularExp Method  | 
            Determines whether source control's value matches the regular expression.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntaxpublic Validator IsRegularExp(
	Object source,
	string regExp,
	string errorMessage
)
Parameters
- source
 - Type: SystemObject
Control to validate - regExp
 - Type: SystemString
Regular expression - errorMessage
 - Type: SystemString
It is returned when control's value doesn't match the regular expression 
Return Value
Type: 
Validator
See Also