ClassDefaultRegexPatterns
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:
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
SingleLineCommentPattern
Represents the default regular expression pattern used to identify single-line comments.
Declaration
cs-api-definition
public static string SingleLineCommentPattern { get; }
Property Value
StringPattern
Represents a string pattern in the default regex patterns of Telerik's document model.