What is the correct way to split a String line , then check if each string token is correct in format. i.e. one token must only contain digits, the other must be only letters, one must be a correct date.
Printable View
What is the correct way to split a String line , then check if each string token is correct in format. i.e. one token must only contain digits, the other must be only letters, one must be a correct date.
I found a lot of discussion on this very subject at the Sun forums:
New To Java - Re: Parsing a date error.help with small program
New To Java - Re: Output to file , file only shows null
Much luck!