Click or drag to resize
CMSRegexMatches Method
Searches the specified input for all recurrences of regular expression

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

Parameters

input
Type: SystemString
Input text

Return Value

Type: MatchCollection
See Also