Sept. 10, 2020
11:48 a.m.
Hello, For another challenge of exercism I have to divide a string in parts of max 5 characters. so for example abcdefg willl be "abcde fg" Any hints how I can achieve this ? Roelof