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

Escape dot in regular expression. #84

Merged
merged 1 commit into from May 15, 2016
Merged

Commits on May 13, 2016

  1. Escape dot in regular expression.

    Without the escape, you'll match any filename that ends with "webgrind", even if the character before the string is not a period.
    cfinke committed May 13, 2016
    Copy the full SHA
    4df5d6a View commit details
    Browse the repository at this point in the history