Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 433 Bytes

string-split-by-num-chars.rst

File metadata and controls

11 lines (8 loc) · 433 Bytes

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