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]

Reply via email to