[KLUG Members] search and replace(hard return with comma)

Jamie McCarthy jamie at mccarthy.vg
Tue Jun 29 22:31:10 EDT 2004


econophil at charter.net (Eric Beversluis) writes:

> Is there a way with OO text document to search for hard returns
> in a doc and replace them with commas?

Looks like you can do a Find-Replace with Regular expression turned on,
search for "$" and replace with "," and it does what you want.

That's not exactly how I'm used to regular expressions working, but
I'm not sure there's any other way to find an ordinary return.  (As
the docs say, \n matches a "hard row break," shift-return.)
-- 
  Jamie McCarthy
 http://mccarthy.vg/
  jamie at mccarthy.vg



More information about the Members mailing list