Can regex ignore extension while renaming?
Some programs have this option to ignore file extension
Regex Rename ignore extension?
Re: Regex Rename ignore extension?
I will consider an option to ignore extensions.
Thank you for the suggestion.
For now, please setup your old format to match the extension and then include the extension in your new format.
For example:
Old format: ^(.*?)\.([^.]*)$
New format: \1.\2
Thank you for the suggestion.
For now, please setup your old format to match the extension and then include the extension in your new format.
For example:
Old format: ^(.*?)\.([^.]*)$
New format: \1.\2
Re: Regex Rename ignore extension?
would be a useful option for those who do not know much about regex
thank you!
thank you!