Programming Tutorials

Comment on Tutorial - substring() in Java By Fazal



Comment Added by : Guy

Comment Added at : 2010-09-27 17:18:31

Comment on Tutorial : substring() in Java By Fazal
@Eric

You would have to know the locations of where you would like to parse before using a method like this.

A better approach would be use regular expressions and a scanner. You can Google how to use that type of functionality.

(I know this is over a year later in replying, but someone else might want to know the same thing)


View Tutorial