Possible Duplicate:
Python: Split a string at uppercase letters
I'm trying to figure out how to change TwoWords
into Two Words
and I can't think of a way to do it. I need to split based on where it's capitalized, that will always be a new word. Does anyone have any suggestions?
In python.