Join Slack
Powered by
what is kotlin equivalent of Java's `charAt` ?
# announcements
m
mending3
02/09/2021, 12:16 PM
what is kotlin equivalent of Java's
charAt
?
m
Marc Knaup
02/09/2021, 12:20 PM
string[index]
or
string.get(index)
❤️ 1
8
Views
Open in Slack
Previous
Next