<<< length( ) method | Index | charAt( ) method >>> |
Determines whether specific character occurs within the String
Returns position of character
First position of String begins with zero
Returns –1 if character is not found in the String
<<< length( ) method | Index | charAt( ) method >>> |