Skip to content

Fix regex detection #596

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

Merged
merged 1 commit into from
Jan 25, 2022
Merged

Fix regex detection #596

merged 1 commit into from
Jan 25, 2022

Conversation

theofidry
Copy link
Member

@theofidry theofidry commented Jan 25, 2022

\Foo\A is detected as a regex and whilst this is true (\ used as a delimiter here with the flag A), it makes a lot of things complicated for an edge case which IMO has no reasons to be: if you wish such a regex simply use another delimiter.

@theofidry theofidry changed the title Fix Fix regex detection Jan 25, 2022
@theofidry theofidry merged commit d0393f0 into humbug:master Jan 25, 2022
@theofidry theofidry deleted the bugfix/regex branch January 25, 2022 23:01
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