This is similar to String#split(), but that one splits on all the occurrences, not just the first one.
I'd like to split a string based on character count. Currently, string split offers splitting features based on given token boundaries. But as I don't have a token boundary, I would need to do ...