| View previous topic :: View next topic |
| Author |
Message |
willfriedwald General User

Joined: 27 Aug 2011 Posts: 8
|
Posted: Mon Feb 06, 2012 10:29 am Post subject: searching for tabs & paragraph returns? |
|
|
is there a way to search and replace tabs and paragraph returns in Open Office?
I know that in WORD, you enter the characters "^t" (for tab) and "^p" (for paragraph returns) -
is there any equivalent way to do this in O O?
Thanks
Will |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Mon Feb 06, 2012 11:30 am Post subject: |
|
|
In OpenOffice you can search for \t for tabs (with regular expressions checked).
To search for paragraph returns you need to install the AltSearch extension (keep reloading the page if necessary) and search for \p (with regular expressions checked). _________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
JohnV Administrator

Joined: 07 Mar 2003 Posts: 8976 Location: Lexinton, Kentucky, USA
|
Posted: Mon Feb 06, 2012 12:24 pm Post subject: |
|
|
| Or try $ for paragraph breaks. Again Regular Expressions must be checked. You can find nothing after a paragraph break so $$ will not work. |
|
| Back to top |
|
 |
|