Remove lines by character count

Get help with installation and running here.

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

Post Reply
mozzer
Posts: 1
Joined: Fri Jul 20, 2012 7:02 am

Remove lines by character count

Post by mozzer »

Hello,

I'm trying to remove lines that contain less than 100 characters.

I tried Filters\Remove\Remove lines\Remove non-matching lines with Easypattern and [ linestart, 100 or more letters or digits, lineend ], without success.

Thanks for your help.
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Remove lines by character count

Post by DataMystic Support »

That should work, although I would use an Easypattern of

[ linestart, 100 or more chars, lineend ]
Post Reply