Returns true if the given pattern is found within the input string
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public bool IsMatch(
string input
)
Parameters
- input
- Type: SystemString
Input string
Return Value
Type:
BooleanSee Also