Home / comp / gb / unquote / _call 
UnQuote() (gb)
Syntax
STATIC FUNCTION UnQuote ( String AS String ) AS String
Unquotes a string quoted by using the Gambas string syntax.

Examples

PRINT UnQuote("This is not a \\\\\\"quoted\\\\\\"\\\\nmulti-line string.")

This is not a "quoted" multi-line string.

See also

Quote()