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

Conversation

cfinke
Copy link
Contributor

@cfinke cfinke commented May 13, 2016

Without the escape, you'll match any filename that ends with "webgrind", even if the character before the string is not a period.

Without the escape, you'll match any filename that ends with "webgrind", even if the character before the string is not a period.
@alpha0010 alpha0010 merged commit 4df5d6a into jokkedk:master May 15, 2016
alpha0010 added a commit that referenced this pull request May 15, 2016
Escape dot in regular expression
@cfinke cfinke deleted the patch-1 branch May 15, 2016 01:40
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

Successfully merging this pull request may close these issues.

None yet

2 participants