j05h Newbie

Joined: 06 Jul 2005 Posts: 1
|
Posted: Wed Jul 06, 2005 9:38 pm Post subject: search/replace footnotes |
|
|
mark up very big ms word docs for a living.
luv regexp over ms search/replace
is there a way to search/replace for footnotes/endnotes
in ms word i search for
^e
and replace with
<a href="#endnote^&" class="endnote"></a>
but i cant work out how to do simmilar thing in ooo, tried searching for styles, and [:digit:]+ but no such luck. somtimes i can find superscript formatting but this will mis some footnotes and replace does not work (ie <a href="#endnote&">&</a> does not work )
me thinks [:footnote:] would be the perfect solution |
|