View Single Post
 
Old 07-08-2015, 02:02 PM
Robert2 Robert2 is offline Windows 8 Office 2007
Competent Performer
 
Join Date: Jun 2013
Posts: 174
Robert2 will become famous soon enoughRobert2 will become famous soon enough
Default

There is no anomaly at all!

As a “wild card”, [A-Z] will only match one single uppercase character.

Note that trying to locate <period><space> as an end of sentence marker is always a bit of a wild goose chase. There are tons of abbreviations, acronyms, etc., followed by <period><space>.

However, you might want to try the following wildcard Find/Replace:

Find What: (.^32)([A-Z][a-z]{1,})
Replace With: \1^32\2
Reply With Quote