String.charAt

String charAt (Number index)

Parameters

index An integer between 0 and string.length -1, specifying the character to return.

Description

Returns the character at the specified index.