0

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?

i6x86
  • 1,557
  • 6
  • 23
  • 42

1 Answers1

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