CMSAuthorizeNetProviderMatchesRegex Method |
Returns whether given data matches regexPattern.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax protected virtual bool MatchesRegex(
Object data,
string regexPattern
)
Parameters
- data
- Type: SystemObject
Object containing data to check - regexPattern
- Type: SystemString
Regular expression pattern to match
Return Value
Type:
BooleanSee Also