Converts a string to an array.
The string to split into characters or chunks.
The maximum length of the chunks.
An array whose elements contain the characters or chunks.
Converts a string to an array.