Next: $UNSTRING: Convert string into characters, Previous: $UNDEF: Undefine a macro, Up: Built-in functions [Contents][Index]
$UNQUOTE: Remove quotes from string‘$UNQUOTE(string)’ returns string without its surrounding quotes. (However, the resulting construction is still treated as a string; no macro expansion is done.)
For a more detailed discussion and a comparison with $UNSTRING
(see $UNSTRING: Convert string into characters), see Strings and quotes.