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.
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.