Quote:
Originally Posted by theducks
Me neither  stripping dot and or optional spaces
Search <<<Not tested
([A-Z])\.*\s*([A-Z])\.*\s*(.+)
Replace
\1\2 \3
|
Hi Ducks,
your code works for
C. S. Lew --> CS Lew
But for Charles Q. Smith
it becomes
Ch arles Q. Smith
(space between h and a. And dot after Q. isn't removed).
Bob T. Johnson --> Bo b T. Johnson
Bob A. B. Johnson --> Bo b A. B. Johnson