I'm sure there is an easypattern solution to this question but I am still working on determining how they work.
I want to take the following example string:
<br \><b>Expiration Date: </b>2006/03/05
and remove all instances of it, however, the dates are all different. So, is there some sort of filter such as:
find:
<br \><b>Expiration Date: </b>***/**/**
replace with:
<nothing>
Wildcards in search/replace
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2229
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
See the EasyPatterns reference in the help file.
<br \><b>Expiration Date: </b>[ 4 digits ]/[ 2 digits ]/[ 2 digits ]
<br \><b>Expiration Date: </b>[ 4 digits ]/[ 2 digits ]/[ 2 digits ]
Regards,
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
-
- Posts: 17
- Joined: Wed Aug 30, 2006 1:26 am
OK, thanks, I am starting to get the hang of this. During my evaluation, I have grown impressed with the power, speed and flexibility of TextPipe. I believe this may fit my needs very nicely once I upgrade. How does the Pro version handle under the pressure of filtering 500,000 to 1 million text files of about 12kb each? Or would it be wise to break them up in groups for memory purposes? I will be running it on a P4 with 1gb of RAM with XPPro.
- DataMystic Support
- Site Admin
- Posts: 2229
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Thanks 
There is no need to break up your file list - TextPipe will handle this just fine.

There is no need to break up your file list - TextPipe will handle this just fine.
Regards,
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads