string_to_list(s)
Return a list of all the characters from the string s.
s
string_to_list("hello") // [\h, \e, \l, \l, \o]
Core Module Index | Contents