This repository was archived by the owner on Feb 18, 2025. It is now read-only.
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
/u
flag vs. /v
flag #55
Closed
Description
There is no way of escaping that works in all scenarios:
[<] |
[\<] |
|
---|---|---|
Neither /u nor /v |
✅ | ✅ |
/u |
✅ | ❌ |
/v |
❌ | ✅ |
What’s the best approach then? Only support /v
?
More information: tc39/proposal-regexp-v-flag#71
Metadata
Metadata
Assignees
Labels
No labels