Page 1 of 1

Replacing according to pattern

Posted: Sat Dec 17, 2011 12:12 pm
by Preben
Is it possible with Advanced Find & Replace in one go to replace
<div class="boks">Pagetitle</div>
with
<div class="boks"><h1>Pagetitle</h1></div>
where "Pagetitle" is different from page to page?

The code that must be replaced is sometimes in more than one line, sometimes not. And the pages are in severel subdirectories.

/Preben