How can I find files with more than 16 characters?
I was trying with Property: name OP: !regex ... but Value confuses me...

Any help would be highly appreciated.
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
.{17,}
Code: Select all
.{16,}