| Overview | Module | Function | Class | Tea 3.2.5 Reference Documentation © 2009 PDM&FC |
str-unescape aString
Replaces Tea escape sequences by its corresponding characters.
aString by
replacing the Tea escape sequence by its corresponding
characters.
\b - Backspace\f - Form feed.\n - Newline\r - Carriage return.\" - Double quote.\' - Single quote.\\ - Backslash.\xxx - Character in octal (000-377).\uxxxx - Unicode character in hexadecimal (0000-ffff). The hexadecimal letters can be in either upper or lower case.| Overview | Module | Function | Class | Tea 3.2.5 Reference Documentation © 2009 PDM&FC |