Regex Rename ignore extension?

Have a suggestion for "Everything"? Please post it here.
Post Reply
redwood
Posts: 26
Joined: Sun May 02, 2021 2:32 pm

Regex Rename ignore extension?

Post by redwood »

Can regex ignore extension while renaming?
Some programs have this option to ignore file extension
void
Developer
Posts: 15443
Joined: Fri Oct 16, 2009 11:31 pm

Re: Regex Rename ignore extension?

Post by void »

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
redwood
Posts: 26
Joined: Sun May 02, 2021 2:32 pm

Re: Regex Rename ignore extension?

Post by redwood »

would be a useful option for those who do not know much about regex
thank you!
Post Reply