Home > lang > unquote 
 fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
UnQuote$
Unquoted string = Unquote ( Quoted string )
Unquoted string = Unquote$ ( Quoted string )

Unquotes a string quoted by using the Gambas string syntax.

Example

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

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

See also

Quote$, String Functions