Users Pricing

forum

home / developersection / forums / how to split strings into tokens in erlang?

How to split strings into tokens in Erlang?

Anonymous User 3071 14 Mar 2016
I am new in Erlang programming, so I want to know how can I split strings using Erlang Code.
This is my String: MyString = "I Love Erlang Programming";
I want to split above string into a list of tokens.
Please help me, and give me an example if possible.
Thank you.

I am a content writter !


1 Answers