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

Correct regex character class escape sequences #21

Merged
merged 1 commit into from
Jun 22, 2024
Merged

Conversation

SmetDenis
Copy link
Member

Fix regex character class escape sequences to remove unnecessary double escaping. This change simplifies the patterns by using a single backslash for character classes, improving code readability and maintaining functionality.

Fix regex character class escape sequences to remove unnecessary double escaping. This change simplifies the patterns by using a single backslash for character classes, improving code readability and maintaining functionality.
@SmetDenis SmetDenis merged commit f16fa50 into master Jun 22, 2024
24 checks passed
@SmetDenis SmetDenis deleted the update-deps branch June 22, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant