charAt()

Returns the character at the specified index in the current String.

Syntax

String  charAt(Numeric index)
  1. index is the index of the char value.

The first char value of the sequence is at index 0.