Click or drag to resize
CMSRegexIsMatch Method
Returns true if the given pattern is found within the input string

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public bool IsMatch(
	string input
)

Parameters

input
Type: SystemString
Input string

Return Value

Type: Boolean
See Also