Searches the specified input string for the first occurrence of the regular expression
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public Match Match(
string input
)
Parameters
- input
- Type: SystemString
Input text
Return Value
Type:
MatchSee Also