What is the right way to split a string into words ? (string doesn\'t contain any spaces or punctuation marks)
For example: \"stringintowords\" -> \"String Into Word
The only way that you could split that string into words is to use a dictionary. Although this would probably be quite resource intensive.