Though I am a first time user of "BRU" --- quite an impressive and powerful tool --- Regex is not new to me.
Here's an example of the problem...
FILE NAME: No. 1 in C Major02. (a) Prelude.flac
MATCH: \d\d (or, more specifically [0-9]+\. )
REPLACE:[leave this field blank]
RESULTS ON...
... NOTEPAD++: No. 1 in C Major (a) Prelude.flac
... regex101.com: [the "02." becomes hilighted]
... BRU: [no change!]
Further to this example, if in BRU I don't leave "REPLACE" blank...
FILE NAME: No. 1 in C Major02. (a) Prelude.flac
MATCH: \d\d (or, more specifically [0-9]+\. )
REPLACE: WTF
RESULTS ON...
...BRU: WTF.flac
...Notepad++/regex101.com: No. 1 in C MajorWTF (a) Prelude
N.B.:
I of course made sure that, of the many varied BRU functions, only the "RegEx(1)" checkbox was checked, that refresh was tried, that a filename was shown selected, and that even in "Filters(12)" its own "RegEx" checkbox was checked "on" (tried "off", too) and its own refresh button was clicked.
I also ensured to follow BRU's implementation of RegEx, i.e., Perl, according to this forum.
But the BRU result remained the same, i.e., the whole file name becomes replaced.
Pour quoi?
Much thanks in advance for considered advice.