Operators and Keywords
Function List:
C++ API
Convert escape sequences in string to the characters they represent.
Escape sequences begin with a leading backslash ('\') followed by 1–3 characters (.e.g., "\n" => newline).
'\'
"\n"
See also: undo_string_escapes.
Package: octave