Get character at index
Returns a single-character string at the specified index. Index is character-based (Unicode code point), so a multi-byte UTF-8 character is returned whole.
s (String): The input
string.
i (Int): The index
(0-based).
The character at the index.