I\'m trying to use
\"value1:value2::value3\".split(\":\");
Problem is that I want it to include the blank results.
It returns:
That should work but give StringTokenizer a go if you're still having issues.
StringTokenizer