charAt() Returns the character at the specified index in the current String. Syntax String charAt(Numeric index) index is the index of the char value. The first char value of the sequence is at index 0.