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.
Remove lines by character count
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:
Re: Remove lines by character count
That should work, although I would use an Easypattern of
[ linestart, 100 or more chars, lineend ]
[ linestart, 100 or more chars, lineend ]