Click or drag to resize
ValidationHelperIsRegularExp Method
Returns true if the object representation matches given regular expression.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public 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