After looking at some posts and pages on regular expressions, I think I
might have a bug
I can use \t to find tab characters;
\r, which is suppose to be a carriage return, does nothing
\n finds nothing.
AND
If a try to say replace anything with a \t (that is, \t is now in the
replace rather than the find box), does nothing.
the only time \t works is if it is in the find box.
I'm using OO 2.1, Mac tiger (X11 ).
So if find all \p and replace with \t is suppose to work with regular
expression checked, then I have a bug.
hjd
Anthony Chilco wrote:
Harold Drabkin wrote:
How would I represent searching for all instances of two carriage
returns and replacing them with one?
find = ^$
replace = nothing
Or replacing all tabs with a carriage return.
find = \t
replace = \n
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]