How to tokenize a comma-seperated string 2003-03-28 - By Karsten Theis
Hi,
what is the best way to tokenize a comma-seperated String?
Example: <el>hugo,carl,emil</el>
I've found a solution via a recursive template, but this is very slow if the input string is very long.
My concrete problem is, that I must concat the first, the 4th the 7th and the 10th element of a comma-seperated string.
Thanks for your help!
Ciao, Karsten
|
|