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?
EasyPattern Replace
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: EasyPattern Replace
What is the source text? I suggest it does not match your pattern of
Everything else looks fine
Code: Select all
<a href="[capture(1+character)]" class="external" target="_blank">go to company website</a>