Originally posted by Keith Lynn:
Starting with JDK 1.4, the String class has a method called split() that will split the String into an array of tokens using a regex as delimiter.
This approach can be very tricky: Depending on your regex, you may have distorted values
[ December 04, 2006: Message edited by: Luciano Mantuaneli ]