what is kotlin equivalent of Java's `charAt` ?
# announcements
m
what is kotlin equivalent of Java's
charAt
?
m
string[index]
or
string.get(index)
❤️ 1