| ValidationHelperIsRegularExp Method | 
            Returns true if the object representation matches given regular expression.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool IsRegularExp(
	Object value,
	string regExp
)
Parameters
- value
- Type: SystemObject
 Value to check
- regExp
- Type: SystemString
 Regular expression
Return Value
Type: 
Boolean See Also
See Also