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

Updates the regular expression to work with the v flag instead of u #188

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

sisidovski
Copy link
Collaborator

@sisidovski sisidovski commented Sep 13, 2023

Updates the regular expression part to work with v flag instead of u.

This will fix #178.


Preview | Diff

@jeremyroman
Copy link
Collaborator

nit: no period at the end of the first line, per https://github.com/whatwg/meta/blob/main/COMMITTING.md#commit-messages

I'd probably remove the "this PR" bit from the final commit message since at that point it's not a PR, and the rest repeats the first line.

@sisidovski sisidovski changed the title Updates the regular expression to work with the v flag instead of u. Updates the regular expression to work with the v flag instead of u Sep 13, 2023
@sisidovski sisidovski merged commit 9504c41 into main Sep 13, 2023
2 checks passed
@sisidovski sisidovski deleted the regex-flag-v branch September 13, 2023 14:20
@domenic
Copy link
Member

domenic commented Sep 13, 2023

Nice! Consider filing a Chromium bug to implement this :)

@sisidovski
Copy link
Collaborator Author

Filed! crbug.com/1482263

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.

Use v regexp flag instead of u
3 participants