BaseIntegrationSubscriptionGetRegex Method |
Returns regular expression with pattern used to match words like 'cms.%' or 'cms.pagetemplate%' where '%' represents with 0-n characters
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 8.2.23
Syntax protected Regex GetRegex(
string expression
)
Parameters
- expression
- Type: SystemString
User-friendly expression to transformate to regular expression
Return Value
Type:
RegexRegular expression object
See Also