Hard to do better than you did...

Re: I have done it... -- Rennie
Posted by Jean Ichbiah ® , Sat, Dec 07, 2002, 08:35:57 Reply Top Forum

You could also use Word or UltraEdit and do a Wildcard replacement. The idea is that any address entry will look like:
{12 128} johndoe John Doe, MD¶some street¶some city and zip¶¶
all in one line. So in UltraEdit, I would do a replace of:
MD¶*^p
by
MD^p

This means any pattern that starts with "MD¶" followed by anything — this is the * — followed by the paragraph mark "^p" gets replaced by the paragraph mark. So you end up with:

{12 128} johndoe John Doe, MD

Jean Ichbiah


Edit | Reply | Where? | | Original Message | Top | Current page | Author