String Split with Java Micro Edition
Recently I have been working on a BlackBerry application that required the use of a String split routine. However, for any BlackBerry developers out there you will know that the J2ME packaged with the BlackBerry OS does not contain a String.split() routine. Because if that I have had to write my own String.split() routine. Below [...]
