Open
Description
Browsers now support "--" in Regex, see: https://v8.dev/features/regexp-v-flag#difference
so for example this works:
^[_--[0-9]]+$
but this would not work in C#, cause "--" is not supported.
Would it be possible to add this?
Browsers now support "--" in Regex, see: https://v8.dev/features/regexp-v-flag#difference
so for example this works:
^[_--[0-9]]+$
but this would not work in C#, cause "--" is not supported.
Would it be possible to add this?