string_divide (string text, integer length) ⇒ list
Splits a string, text
, at after a certain number of characters, length
, and puts the split strings into a list. The remaining characters will be put into the list also.
Alternative function names: str_divide
First available: Version 1.5.0.1
Comments