Divide string by max number of characters at a space character
Given “This is some long text to split” and a value of say 20 as the maximum number of characters per line I would want it split like this:
Given “This is some long text to split” and a value of say 20 as the maximum number of characters per line I would want it split like this: