Returns a string that unquotes the given text
Optional
the text to inspect
a string that unquotes the given text
unquote(undefined); // undefinedunquote('\'foobar\''); // 'foobar'unquote('"foobar"'); // 'foobar' Copy
unquote(undefined); // undefinedunquote('\'foobar\''); // 'foobar'unquote('"foobar"'); // 'foobar'
Returns a string that unquotes the given text