Split string in nested list
shk
kuleshovmail@REDACTED
Fri Feb 11 17:50:48 CET 2011
Hello,
I have list of next view:
[["admin@REDACTED"],[localhost@REDACTED],[user@REDACTED]]
How can i split by '@" this list?
I need following:
[["admin", "localhost"], ["localhost", "localhost"], [user, localhost]]
Thank you.
--
View this message in context: http://erlang.2086793.n4.nabble.com/Split-string-in-nested-list-tp3301595p3301595.html
Sent from the Erlang Questions mailing list archive at Nabble.com.
More information about the erlang-questions
mailing list