<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>You can try string:tokens()<br><br>-Andrew<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Yunita C <l1nk2306@yahoo.com><br>To: erlang-questions@erlang.org<br>Sent: Wednesday, September 10, 2008 6:19:07 PM<br>Subject: [erlang-questions] splitting string into to substring<br><br><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit; -x-system-font: none;" valign="top">Hi All,
<br>

<br>
I am new to erlang and I want to write Erlang function that given a
string and a pattern and uses the pattern to split the string into like
this: <br>

<br>
For example if the pattern is "ab" and the string is "acabcabts" the code will return ["ac", "cabts"]. 
<br>

<br>
If the pattern is "bc" and the string is "bcad" the code returns ["", ad]. 
<br>

<br>
If the pattern is "ac" and the string is "bcad" the code will return ["bcad", ""]. 
<br>

<br>
I'm trying to make function using  list but still stuck there. Can anybody help me? Thank's so much.</td></tr></tbody></table><br>

      </div></div></div></body></html>