Page 1 of 1

How do I remove all text, exclusive of text in restricted?

Posted: Sat Dec 16, 2006 10:10 am
by ViperF40
Hi !

I want to remove all text, exclusive of text in restricted range.

ex)

<body>
You can type sample text in
the Trial Run Input Area to
test if your filter is working
properly. Click the [Trial Run]
button below to start the test.

<center>
You can also perform Partial Trial
Runs by right-clicking on filters
in the Filter list.
</center>

To clear this text, just right
click it and select 'Clear Entire
Field' from the menu. Most
of TextPipe's fields have
similar helpful menus.
</body>

=> For example, I want to change upper text into lower text. I will remove all text except within <center> tag.

You can also perform Partial Trial
Runs by right-clicking on filters
in the Filter list.

Posted: Mon Dec 18, 2006 7:50 am
by DataMystic Support
Hi Viper,

Using the latest beta (http://www.datamystic.com/textpipeprobeta.exe), you can now subfilter NON-matching text. So you would set the match pattern to

<center>.*</center>

, set the Action to 'Subfilter Non-Matching Text', and then add a Remove All subfilter.

Posted: Tue Dec 19, 2006 1:25 pm
by ViperF40
Thanks, yuour answer.