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
Object → ValueType → Enum → CharEscapeMode
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. |