bn:03144254n
Noun Concept
Categories: Pattern matching, All articles needing additional references, Control characters, Wikipedia articles incorporating text from the Federal Standard 1037C, Articles with short description
EN
escape character  escape  \"  \'  \e
EN
In computing and telecommunication, an escape character is a character that invokes an alternative interpretation on the following characters in a character sequence. Wikipedia
Definitions
Examples
Relations
Sources
EN
In computing and telecommunication, an escape character is a character that invokes an alternative interpretation on the following characters in a character sequence. Wikipedia
A single metacharacter, usually a control code, which in a sequence of characters signifies that what is to follow takes an alternative interpretation. The term escape sequence refers to the escape character and the subsequent character or characters so modified. Wiktionary
EN
In the C programming language, the backslash is an escape character; for example, '\n' represents a newline. Wiktionary