Sorting through a flat data file (GEDCOM genealogy database file) in
Writer (3.2 - linux) and I am attempting to find and replace the following:

lowercase m preceded by a space and followed by uppercase A-Z.

Example:
 (space)mAnderson
replace as
 (space)Anderson

I found that I can easily _find_ using:
 m[A-Z]
but can't figure out how to replace the 'm' with a space and leave the
following A-Z letter in place.

Any suggestions on how I accomplish this?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@openoffice.org
For additional commands, e-mail: users-h...@openoffice.org

Reply via email to