Quote:
Originally Posted by BetterRed
Usually they've involved a limited number of common words (often proper nouns) so LondonBridge, ofLondon, Londonstreets, leaveLondon etc. With a few simple Regexs I was able to deal with 80% quite quickly. And then I used the spell checker for the remaining 20% - which might have 3 or even 4 words joined together.
BR
|
Yes...I can handle most simple regex search with a [A-Z] immediately after an [a-z].
Unfortunately, I have many that are just two proper lowercase words joined together, often starting with 'the' or 'some' or somesuch.
I could cycle through a dozen regex s&r (checking each 'find' and confirming them individually) but I was hoping there might be an easier way.