Hi,
I'm trying to locate a single digit within a string containing multiple alphabetical characters. Is it possible to use the Character.isDigit method without having to define a single specific location within the string?
Alternatively can the indexOf method be used but specifying multiple search definitions instead of a single parameter?
I'm not supposed to use regular expressions either!
Cheers
