DefaultRegexPatterns
Class
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:
C#
public static class DefaultRegexPatterns
Inheritance: objectDefaultRegexPatterns
Properties
Represents the default regex pattern for matching multiline comments.
C#
public static string MultilineCommentPattern { get; }
Represents the default regular expression pattern used to identify single-line comments.
C#
public static string SingleLineCommentPattern { get; }
Represents a string pattern in the default regex patterns of Telerik's document model.
C#
public static string StringPattern { get; }