-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
The v
flags add more support to regular expression features:
- "set operation", such as
[[a-z]--[dhk]]
to express "the seta-z
, excluding the setdhk
(https://github.com/tc39/proposal-regexp-v-flag) - multi-codepoint properties in
\p
, such as\p{RGI_Emoji_ZWJ_Sequence}
(https://github.com/tc39/proposal-regexp-unicode-sequence-properties)
The HTML <input>
's pattern
attribute has also been recently updated to use v
instead of u
(https://html.spec.whatwg.org/#compiled-pattern-regular-expression).
bathos, domenic, CYBAI, annevk and mathiasbynens
Metadata
Metadata
Assignees
Labels
No labels