How can I use Unicode-aware regular expressions in JavaScript?
For example, there should be something akin to \\w
that can match any code-point in Lette
September 2018 (updated February 2019)
It seems that regexp /\p{L}/u
for match letters (as unicode categories)
Here is a working example
In below field you should be able to to type letters but not numbers
I report this bug here.
After over 2 years according to: 1500035 > 1361876 > 1634135 finally this bug is fixed and will be available in Firefox v.78+