Ignore or turn off case in searching filename

Would you like Bulk Rename Utility to offer new functionality? Post your comments here!

Ignore or turn off case in searching filename

Postby anuonline » Fri Feb 07, 2025 5:27 pm

In RegEx Match, searching for file names is case-sensitive, which means I have to enter the exact match of the original file name. If there were an option to ignore or turn off case-sensitive search, I would only need to enter the specific text.

For Ex
The file original file name is TRIVANDRUM TOWN.xls. And in the Match I search for "triv" and i need to replace it to TRIVANDRUMCITY.xls but the file is not detecting. If I enter the match in capital letter "TRIV" its detecting. The Problem is the original file name maybe like Trivandrum Town.xls, tRivandrum Town. xls, TRivandrum town.xls so that i have to enter in different cases in match section. Please solve my issue asap.
anuonline
 
Posts: 1
Joined: Fri Feb 07, 2025 5:07 pm

Re: IGNORE OR TURN OFF CASE IN SEARCHING FILENAME

Postby Admin » Sat Feb 08, 2025 1:23 am

Two Regular Expression modifiers are supported under version 2:
· /i makes the regular expression case-insensitive
· /g globally matches the pattern repeatedly in the string and does not stop at the first match.
Admin
Site Admin
 
Posts: 2923
Joined: Tue Mar 08, 2005 8:39 pm


Return to Suggestions