split String By Length
Split strings by length into an array.
Return
An array of the strings.
Parameters
string
The string to split.
length
The max length after which to split the string.
Split strings by length into an array.
An array of the strings.
The string to split.
The max length after which to split the string.