> With BRU regex engine you have to match the whole file name, not parts only.
OMG really? I suspected that, but didn't think anyone would make things so needlessly complicated.
In fact that runs counter to every other regex replace function I've seen in programming languages, like JavaScript, .NET, PHP... if you want to replace a part of a string, all you should need to do is *match that part of the string you want to replace*.
I'm afraid this makes BRU too difficult to use for regex renaming; I'll try to find another app. Please consider implementing a standard form of regex replace, where you only need to match the part(s) you want to replace, not the entire string. It should be easy to do so, since that's how regex programming objects usually work.
