Click or drag to resize
BaseIntegrationSubscriptionGetRegex Method
Returns regular expression with pattern used to match words like 'cms.%' or 'cms.pagetemplate%' where '%' represents with 0-n characters

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 9.0.0
Syntax
C#
protected Regex GetRegex(
	string expression
)

Parameters

expression
Type: SystemString
User-friendly expression to transformate to regular expression

Return Value

Type: Regex
Regular expression object
See Also