Passing Text to a Subfilter

Get help with installation and running here.

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

Post Reply
daverich
Posts: 2
Joined: Fri Feb 24, 2017 6:39 am

Passing Text to a Subfilter

Post by daverich »

Hello Friends!)
I have been trying to create a filter which will ONLY operate on a HTML file if text pipe initially finds a KEY TEXT STRING (3A) in the file? I have been suggested this EASYPATTERN:

Code: Select all

[ textStart, longest 0+ chars ]3A[longest 0+ chars, textEnd ]
But do not know how to employ it - do I create the REPLACE FILTER AND PASS MATCHING TEXT TO SUB-FILTER (does not work for me:((
Thank you very much
Dim
daverich
Posts: 2
Joined: Fri Feb 24, 2017 6:39 am

Re: Passing Text to a Subfilter

Post by daverich »

no one can help me?((
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Passing Text to a Subfilter

Post by DataMystic Support »

Yes, the replace string is either set to
$0
or use the Action: PASS MATCHING TEXT TO SUB-FILTER

Then add the actual replacements you want to perform as a subfilter.
Post Reply