SplitStringByCharacterCount — Return a list of strings, each string limited in char count.
A list of strings, each has at most a certain number of characters. Strings will not end in the middle of a word.
String | String to split into a list of strings. |
CharacterCount | Maximum number of characters to include in a string. |
For information regarding exceptions / errors, see
here.