<< Click here to display Table of Contents >> Navigation: TCC-RT > Variables & Functions > Functions:
@UNQUOTES[string] : Returns the argument with leading and trailing double quotes removed.
See also: @UNQUOTE
Example:
echo %@unquotes["This is a """heavily" quoted" string"]
This is a ""heavily" quoted" string