SyntaxFix
Write A Post
Hire A Developer
Questions
If performance is an issue, you should consider using StringTokenizer instead of split. StringTokenizer is much much faster than split, even though it is a "legacy" class (but not deprecated).
StringTokenizer
split