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 period for .php #347

Closed

Conversation

CorbanPendrak
Copy link
Contributor

@CorbanPendrak CorbanPendrak commented Mar 16, 2024

Problem

The regex matches anything ending in php rather than ending in .php because the period is not escaped and combines with previous period.

Change

Escapes period before php

Issue

This closes #299

@aykutkardas aykutkardas self-requested a review March 16, 2024 21:17
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.

[Learn]: regex issue missing escape before .
2 participants