Search code examples
emeditor

Is there a way to filter lines by charachter lenght in EmEditor


I would like to search in a big text file and keep only lines that are between 9 and 20 charachters. Any help would be much appreciated.


Solution

  • Yes, click Use Regular Expressions and Match Whole String buttons on the Filter toolbar, and enter .{9,20} to the Filter drop-down list box.