On 1/31/2011 1:08 AM, John Jason Jordan wrote:
On Mon, 31 Jan 2011 04:10:49 +0000
Brian Barker<b.m.bar...@btinternet.com>  dijo:


Hmm. You're right. I never tried it until just now, but it doesn't
work with spaces.


To search and replace spaces you must use regular expressions and use
[\x0009 ] as the search term for a space and a regular space (spacebar) for the replace with term.
ie;

Find;   .[\x0009 ][\x0009 ]
Replace with:   .

Note: There is a space after the dot in Replace with.

This works as needed.  (I tested it.)
--
Gene Young

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

Reply via email to