I'm struggling to remove quotation marks from a symbol/operator such as this:
"<"
I have tried Substitute (Text; "\""; ""), as well as Brian Dunning's custom function RemoveSmartQuotes (text). Both works in the field of question perfectly with normal text, such as {hello "world"} ends up b...