Splitting a string by a set number of charactersΒΆ

Split a string into an array based on a set string length:

#format {test} {%w} {string}

Or use #regex to grab 80 or any number of characters at a time and split it.

References: - Split string into an array by width