@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