This function mirrors the toArray function from the JavaScript Standard String object. It handles Unicode code points instead of UTF-16 character codes.
toArray
Converts a string to an array of string characters.
String to convert to array
An array of characters from the starting string
This function mirrors the
toArray
function from the JavaScript Standard String object. It handles Unicode code points instead of UTF-16 character codes.Converts a string to an array of string characters.