Hi all,
I am tryiing to figure out how to tokenize a string consisting of words in alphabetical order, all crammed together with no delimiters. I can't for the life of me see how this could be done without analyzing the string beforehand and hard coding a delimiter in.
Example string:
aaardvarkapplebananabicyclecobracupdelve
Any ideas?