EasyPattern Replace

Get help with installation and running here.

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

Post Reply
JimC
Posts: 3
Joined: Thu Mar 15, 2007 10:19 pm

EasyPattern Replace

Post by JimC »

Am trying to use EasyPattern in a replace rule:

[b]have this in FIND rule:[/b]
[code]<a href="[capture(1+character)]" class="external" target="_blank">go to company website</a>[/code]

[b]have this in REPLACE part of rule:[/b]
[code]~~>URL: $1 |[/code]

[b]Rule producing this:[/b]
[code]<a href="http://www.sample.com |[/code]

[b]I want rule to produce this:[/b]
[code]~~>URL: http://www.sample.com |[/code]

Any suggestions on what I'm doing wrong?
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: EasyPattern Replace

Post by DataMystic Support »

What is the source text? I suggest it does not match your pattern of

Code: Select all

<a href="[capture(1+character)]" class="external" target="_blank">go to company website</a>
Everything else looks fine
Post Reply