G'day everyone
I'm struggling with an OOo regex find/replace operation. Basically, I
want to find this:
This is a house.
and replace with with this:
(<This is a house.>)=(<This is a house.>)
In which the original is the only text on the paragraph (in other words,
it follows and precedes a paragraphbreak). At first I thought that I
would have to find:
([paragraph mark])([all text])([paragraph mark])
and replace it with:
\1\\(<\2\>\)\=\(\<\2\>\)\3
but I can figure out what is the OOo regex character for a paragraph break.
Any ideas?
Thanks
Sameul
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]