Gets the Regular expression for the token to be replaced

Namespace: DotNetNuke.Services.Tokens
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected Regex TokenizerRegex { get; }
Visual Basic
Protected ReadOnly Property TokenizerRegex As Regex
	Get

Field Value

A regular Expression

See Also