Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.07 KB

File metadata and controls

34 lines (24 loc) · 1.07 KB

CharEscapeMode Enum

HomeFields

Namespace: Pihrtsoft.Text.RegularExpressions.Linq

Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll


Specifies how the character is represented in the regular expression pattern.

public enum CharEscapeMode

Inheritance

ObjectValueTypeEnum → CharEscapeMode

Fields

Name Value Summary
None 0 No escape mode.
AsciiHexadecimal 1 Hexadecimal ASCII pattern.
Backslash 2 Escape using backslash.
Bell 3 A bell character.
CarriageReturn 4 A carriage return character.
Escape 5 An escape character.
FormFeed 6 A form feed character.
Linefeed 7 A linefeed character.
Tab 8 A tab character.
VerticalTab 9 A vertical tab character.