With Word 2000, several search and replace sets I do all the time read as follows:
1. Deletes text of the format “[12:30:40] MSAPulsar: ”
in Find: [^#^#:^#^#:^#^#] ^?^?^?^?^?^?^?^?:
Replace: (Left blank)
2. Replaces two paragraph marks with one
In Find: ^p^p
Replace: ^p
3. Replace two spaces with a non-breaking space and a space
This one’s used to force 2 spaces after a full-stop to actually visually display.
(In the below, the actual find and replace don't have quotation marks around 'em) In Find: " " Replace: "^s "
Maybe I’m just inexperienced in OpenOffice.org (aka OOo) but I can’t seem to make any of these work in Writer. Recently, I managed to find help on how to search and replace underlining with italics in OOo, but it’s a bit odd to someone not used to regular expressions. Have tried to code the regex for all of the above, to no result. Since some of my work is drafted on an IRC server, and the logs are time-stamped to the nearest minute (thus the first global search listed), this is an issue, since I really don’t want to use Word for one or two things, when I’ve gotten used to ODT’s small size.
Can anyone assist?