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

Get help with installation and running here.

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

Post Reply
ViperF40
Posts: 2
Joined: Sat Dec 16, 2006 9:10 am

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

Post 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.
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Post 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.
ViperF40
Posts: 2
Joined: Sat Dec 16, 2006 9:10 am

Post by ViperF40 »

Thanks, yuour answer.
Post Reply