The [] operator returns the character at the specified position.
Public
char operator [](int i) const
i
The index of the character to return
The character at the specified position