Page 1 of 1

Fixed lentgh string searching

PostPosted: Sat Apr 27, 2024 12:03 pm
by torredipisa
Hello

I'm not very practical with BRU except very simple actions.
Now I would like to extract files which contain a string 12 chars long (without spaces inside)
in any position.
Could you help me?
Very obliged. Regards
Fabio

Find names with any 12 consecutive characters besides space

PostPosted: Tue Apr 30, 2024 5:59 am
by Luuk
With Filters(12) having a checkmark for 'RegEx', the "Mask" can be like...
(^| )[^ ]{12}( |\.[^.]+$)