Click or drag to resize
CMSRegexMatch Method
Searches the specified input string for the first occurrence of the regular expression

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

Parameters

input
Type: SystemString
Input text

Return Value

Type: Match
See Also