English
Appearance
Converts the given string to ascii code and returns it as an array.
str::string
number[]
strToAscii('12345'); // Returns [49, 50, 51, 52, 53]