Skip to content

Completions for regexp pattern draws from the wrong module #7159

Open
@zth

Description

@zth
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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions