unquote($string)
Removes quotes from a string. If the string is already unquoted, this will return it unmodified.
Examples:
unquote("foo") => foo unquote(foo) => foo
Parameters:
Returns:
Raises:
Please login to continue.
Please login to continue.