Navigation

Operators and Keywords

Function List:

C++ API

: do_string_escapes (string)

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).

See also: undo_string_escapes.

Package: octave