Is there a way to restrict a filter to 15 lines after a form feed character (I thousands of pages in a document delimited by a form feed character). I just want to do a replace if it is the first 15 lines of each page.
Thank you,
Garren
Restrict based on form feed
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:
Use a pattern as the restriction,
\f([^\r\n]*\r\n){15}
\f([^\r\n]*\r\n){15}
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