How to remove quotation marks

Faustin Ngokse eedfang@REDACTED
Mon May 27 08:40:30 CEST 2002


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 




More information about the erlang-questions mailing list