HTML replace

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
muppy
Posts: 4
Joined: Wed May 24, 2006 2:31 am

HTML replace

Post by muppy »

Hi all. I'm tring your software. I want to replace a string like this
<h3>Configurazione</h3>
with a string like this one
{mospagebreak title=Configurazione&heading=Configurazione}
i need to do it in several files.
How can i do it?
Thanks
Andrea
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Post by DataMystic Support »

Use Filters\Replace\Find EasyPattern

Search for:
<h3>[ capture(1+chars) ]</h3>

Replace with:
{mospagebreak title=$1&heading=$1}
Post Reply