splitInChunks
-
emlib.textlib.splitInChunks(s, maxlen)[source]
Split s into strings of max. size maxlen
- Parameters:
-
- Return type:
list[str]
- Returns:
a list of substrings, where each substring has a max. length
of maxlen
Styled using the Piccolo Theme