Class
DefaultRegexPatterns

Represents the default regular expression patterns used in the Telerik document model.

Definition

Namespace:Telerik.Windows.Documents.Model.Code

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public static class DefaultRegexPatterns

Inheritance: objectDefaultRegexPatterns

Properties

MultilineCommentPattern

Represents the default regex pattern for matching multiline comments.

Declaration

cs-api-definition
public static string MultilineCommentPattern { get; }

Property Value

string

SingleLineCommentPattern

Represents the default regular expression pattern used to identify single-line comments.

Declaration

cs-api-definition
public static string SingleLineCommentPattern { get; }

Property Value

string

StringPattern

Represents a string pattern in the default regex patterns of Telerik's document model.

Declaration

cs-api-definition
public static string StringPattern { get; }

Property Value

string