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