Programming Tutorials

Comment on Tutorial - indexOf() and lastIndexOf() in Java By Hong



Comment Added by : Rick Hall

Comment Added at : 2011-09-29 18:42:33

Comment on Tutorial : indexOf() and lastIndexOf() in Java By Hong
Re: indexOf('t',10)
The search look for instances of 't' will starting at position 10.

Quoting above:
"You can specify a starting point for the search using these forms:"


View Tutorial