Problem splitting a string.
Hi All,I'm trying to split a string by using the white space reg exp ie:result = cmdSplit.split("\s");However, this won't compile. I get an "illegal escape character" error.This is for Java 1.4.Any Ideas?Thanks.
[287 byte] By [
Doug_Ca] at [2007-11-26 19:47:44]
