Example
Open the Multi-rename tool with the following files:
Code: Select all
10filename a
1filename b
2filename c
3filename d
filename e
Search for: *file
Replace with: <Clear>
Nothing is renamed.
The following does work.
Search for: ?*file
Replace with: <Clear>
All files except "filename e" are renamed (which is correct).