Hi erlang friends, I don't know if some of you solved this problem before; I have an erlang term enclosed in quotation marks and I just want to remove the quotation marks. Does anyone know an elegant way how to do that? example: How to transform List = "[{hello1}, {hello2}]" into Term = [{hello1}, {hello2}] Thanks in advance /// Faustin