for example, inputting `1234567890abc` with a max ...
# announcements
c
for example, inputting
1234567890abc
with a max length of 5 would give
12345
,
67890
, 'abc'