Restrict based on form feed

Get help with installation and running here.

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

Post Reply
Garren

Restrict based on form feed

Post by Garren »

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

Post by DataMystic Support »

Use a pattern as the restriction,

\f([^\r\n]*\r\n){15}
Post Reply