Name

String::UnQuote — Unquote a string with 's (quoted with quote)

Synopsis

Import String;
string String::UnQuote ( string  var );

Parameters

string var

quoted string

Return Value

string

unquoted string

See