Home > lang > unquote 
 en fr de es it nl pl pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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