Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symptom: Rename action [mm] matches month not minutes #76

Open
zentner opened this issue Aug 2, 2014 · 0 comments
Open

Symptom: Rename action [mm] matches month not minutes #76

zentner opened this issue Aug 2, 2014 · 0 comments

Comments

@zentner
Copy link

zentner commented Aug 2, 2014

Root cause: Rename action matches template [mm] and [MM] case insensitive

Analysis: As the code matches template [MM] before template [mm] renaming a file using the template [mm] will replace [mm] with month not minutes

Solution: Use case sensitive matching with
StringCaseSense On

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant