Search found 1 match

by surfalot
Wed Dec 09, 2020 12:06 am
Forum: MP - General Support
Topic: Batch Rename with RegEx Substitutions and Flags
Replies: 2
Views: 1546

Re: Batch Rename with RegEx Substitutions and Flags

I'm having the same problem as the OP's second issue above.
I understand RegEx. The QRegExp Class you refer to infers we can use $1 to reuse captured text in the replace field. It's a normal thing.
1) did you implement the capture functions?
2) is it supposed to still be $1, $2, $3 , etc.?
Of ...