You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It needs to be split up into two files. One containing only the unicode groups that are allowed as first char and the other one containing all the other ones. For the second char and onwards, two regexes will have to be checked. Luckily the check is in a cheap worst case part :/
Alternatively, I could maybe dynamically combine the two regexes although I'm sure whether that would make things faster (engine might optimize smaller regexes better?).
https://gist.github.com/qfox/6118105
The text was updated successfully, but these errors were encountered: