|
Using Find and Replace
From NeoWiki
(Difference between revisions)
Revision as of 04:31, 16 May 2005 (edit) Sardisson (Talk | contribs) (initial commit) ← Previous diff |
Revision as of 07:34, 24 May 2005 (edit) (undo) Sardisson (Talk | contribs) m (update) Next diff → |
||
Line 2: | Line 2: | ||
* Neo/J Help: Search for <tt>replacing; text</tt> or <tt>regular expressions; list of</tt> or <tt>regular expressions; searching (guide)</tt> in Neo/J Help for more detailed info | * Neo/J Help: Search for <tt>replacing; text</tt> or <tt>regular expressions; list of</tt> or <tt>regular expressions; searching (guide)</tt> in Neo/J Help for more detailed info | ||
- | * Trinity threads on the subject: [http://trinity.neooffice.org/modules.php?name=Forums&file=viewtopic&t=1030], [http://trinity.neooffice.org/modules.php?name=Forums&file=viewtopic&t=1383] | + | * Trinity threads on the subject: [http://trinity.neooffice.org/modules.php?name=Forums&file=viewtopic&t=1030], [http://trinity.neooffice.org/modules.php?name=Forums&file=viewtopic&t=1383], [http://trinity.neooffice.org/modules.php?name=Forums&file=viewtopic&t=1417] |
* Iannz Find & Replace Macro: http://homepages.paradise.net.nz/hillview/OOo/IannzFindReplace.sxw | * Iannz Find & Replace Macro: http://homepages.paradise.net.nz/hillview/OOo/IannzFindReplace.sxw | ||
=== Returns/Blank Lines === | === Returns/Blank Lines === | ||
- | * standard: check | + | * standard: check "Regular Expressions" box, then fill in <tt>^$</tt> (end of paragraph), <tt>$</tt> (end of line) |
* there is no way to replace two returns; Iannz's Find & Replace Macro will do this | * there is no way to replace two returns; Iannz's Find & Replace Macro will do this | ||
Line 15: | Line 15: | ||
=== Etc. === | === Etc. === | ||
+ | |||
+ | * Codes of "Find" box different from those of "Replace" box |
Revision as of 07:34, 24 May 2005
OpenOffice.org and thus NeoOffice/J use a somewhat convoluted Find-and-Replace syntax. This page will hopefully demystify some of the commonly-used commands.
- Neo/J Help: Search for replacing; text or regular expressions; list of or regular expressions; searching (guide) in Neo/J Help for more detailed info
- Trinity threads on the subject: [1], [2], [3]
- Iannz Find & Replace Macro: http://homepages.paradise.net.nz/hillview/OOo/IannzFindReplace.sxw
Returns/Blank Lines
- standard: check "Regular Expressions" box, then fill in ^$ (end of paragraph), $ (end of line)
- there is no way to replace two returns; Iannz's Find & Replace Macro will do this
Tabs
- \t for some strange reason
Etc.
- Codes of "Find" box different from those of "Replace" box