I find that for Match the use of any delimiter preceded by a backslash causes regex not to function in BRU. I have no further explanation for this.
Me neither. I can't think of any possible reason why backslashes in RegEx won't work, because it's something handled completely by BRU, not something that may or may not work depending on the user specs. Furthermore, you say you have v2.7.1.1 32-bit, XP Pro, no accents and/or special characters in the file names... exactly the same as me when I tested the expression. I have no further recommendations except temporarily removing "Bulk Rename Utility.ini" from BRU's folder so you can try with a clean default config. In fact, if you want, try also the following:
1. Create a file named "(123).txt"
2. Open it in BRU and try this RegEx:
MATCH: \(...\)
REPLACE: abcThat's as basic as it gets to check if BRU/RegEx can match a filename with parenthesis. If that doesn't work, sorry, I'm out of ideas.
Regarding the use of Case (4) > Title, how do I limit Title to work on just First and Last and not the leading character of Birthday? Many dates don't follow the YYYYMMDD rule.
Mmm... that's too specific. The only way I can think of is using
Case (4) > Excep. to leave out certain words, like:
Jan:Feb:Mar:Apr:Jun:Jul:Aug:Sep:Nov:DecThe problem with that is, for example, that adding "Jan" to the exceptions list also affects other words like "Janet", "Jane", etc. (common names that you may have in the first part of your filenames). So, no, I'm afraid there's no ideal solution for that problem.
Gabriel.