Quote:
Originally Posted by BeckyEbook
The first tests are very promising.
Strength in simplicity!
Only one thing - after pressing "Cancel" in the prior-revised window could return to the window with the formula entered.
Escape works for me with one backslash.
|
Hmm what about replacements groups? Does \1 work or do you need to use \\1
QRegularExpression docs seem to indicate we need to escape things. For example the only way to get a plain backslash is to use \\\\
As for returning to the RERenamer with the old string that is possible.
KevinH