What is the best way to take a word and split it up between 2 to 4 character in length?
Examples:
- "tundra" could be "tun" & "dra" or "tund" & "ra"
- "rainforest" could be "ra" & "in" "fore" & "st"
Is there a method designed specifically to accomplish this?