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

fix: escape special chars before putting them into regex charclass (#92) #94

Merged
merged 1 commit into from Dec 5, 2024
Merged

fix: escape special chars before putting them into regex charclass (#92) #94

merged 1 commit into from Dec 5, 2024

Conversation

ghost
Copy link

@ghost ghost commented Nov 25, 2024

This escapes ], ^, -, and \ (https://regexper.cn/charclass.html).

Before After
image image

@smoka7 smoka7 merged commit efe5818 into smoka7:master Dec 5, 2024
4 checks passed
@smoka7
Copy link
Owner

smoka7 commented Dec 5, 2024

Thank's for the work.

@ghost ghost deleted the fix-cant-parse-regex branch December 5, 2024 10:13
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.

1 participant