Home > comp > gb > unquote > _call 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
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()