I am trying to take a large block of text and split it into multiple strings that are 148 characters each, while avoiding cutting off words.
I have this now, which
Without thinking to much about it, I would do something like this, just not in pseudo code
if string length > 148 for i=148;i