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

Completions for regexp pattern draws from the wrong module #7159

Open
zth opened this issue Nov 13, 2024 · 0 comments
Open

Completions for regexp pattern draws from the wrong module #7159

zth opened this issue Nov 13, 2024 · 0 comments
Assignees

Comments

@zth
Copy link
Collaborator

zth commented Nov 13, 2024

let emailPattern = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/
emailPattern->

This completes from Js.Re, but it should complete from RegExp. Easy fix most likely.

@zth zth self-assigned this Nov 13, 2024
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

No branches or pull requests

1 participant