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.
How do I remove all text, exclusive of text in restricted?
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:
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.
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.