Fixed lentgh string searching

Post any Bulk Rename Utility support requirements here. Open to all registered users.

Fixed lentgh string searching

Postby torredipisa » Sat Apr 27, 2024 12:03 pm

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
torredipisa
 
Posts: 12
Joined: Thu Jul 28, 2022 11:28 am

Find names with any 12 consecutive characters besides space

Postby Luuk » Tue Apr 30, 2024 5:59 am

With Filters(12) having a checkmark for 'RegEx', the "Mask" can be like...
(^| )[^ ]{12}( |\.[^.]+$)
Luuk
 
Posts: 712
Joined: Fri Feb 21, 2020 10:58 pm


Return to BRU Support


cron