mindjun opened this issue 6 years ago · 0 comments
text
length
text = '1231'*4 + '12' str_list = split_str_by_length(text, 4) str_list >>> ['1231', '1231', '1231', '1231', '12']