This method for entering a string involves the use of backslashes as escape characters.
\n newline \f form feed \r return \\ \ \" " \a audible bell \b backspace \e, \E escape \t tab \v vertical tab \nnn ascii character with octal value nnn \xnn ascii character with hex value nn \unnnn unicode character with hex value nnnn, encoded with utf-8
|
|
|