Inserting a space between letters strung together
Posted: Thu Jul 19, 2007 11:29 pm
Hi,
My data looks like this
EarlMarchLookedonHisDyingChild, The.rtf
I'd like to be able to recognize that the letter preceding a capital is the end of a word, so that the data will look like this
Earl March Lookedon His Dying Child, The.rtf
I know that during a first pass I won't be able to break apart "Lookedon". That's okay for now.
Thanks
My data looks like this
EarlMarchLookedonHisDyingChild, The.rtf
I'd like to be able to recognize that the letter preceding a capital is the end of a word, so that the data will look like this
Earl March Lookedon His Dying Child, The.rtf
I know that during a first pass I won't be able to break apart "Lookedon". That's okay for now.
Thanks