Length limiter in regular expressions?

Hi All,

I'm wondering if anyone knows if the regular expression engine built into DOpus8 has a legth limiter subexpression?

I have a number of files with random 32 char filenames that I would like to be able to select and delete. The only way I can think to do this is if DOpus has the ability to search / filter on the length of the filename, as there are no other distinguishing patterns about the filenames at all.

Anyone have any suggestions?

Many thanks,

planetthoughtful

There's not as such, but you could use the regex char . (for matching any single character) to do it. For example, a regex pattern of:

................................

(32 dots)

would match any 32 character filename.

You could also do this with standard Opus wildcards; same principle, but the character is ?, for example:

????????????????????????????????