I'm deleting words that contains more than X characters using TextWrangler and i wonder if there's a way to select them with some kind of filter or something?
Asked
Active
Viewed 91 times
1 Answers
1
i've found this solution in the documentation:
\w{x}
where x is the number of characters you are looking for.

i6x86
- 1,557
- 6
- 23
- 42