You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
Filepaths such as
file-name-something-400x300.jpeg
group original would only match up tosomething
Possible fix to allow regex group original to capture such paths involves changing the regex in DefaultMutator to the below:
This matches paths in much less time than the old regex too.
This is just a quick and simple fix I implemented, I am by no means a regex expert.
The text was updated successfully, but these errors were encountered: