GGAlanSmithee / css-objectifier

creates javascript ojects from a css style sheet
MIT License
4 stars 2 forks source link

change regex to work with all allowed character #6

Open GGAlanSmithee opened 8 years ago

GGAlanSmithee commented 8 years ago

Right now, only a-zA-Z is allowed by the regexes.. This is incorrect.

GGAlanSmithee commented 8 years ago

Looks as if maybe /^[\u10000-\uEFFFF]*$/ could be the accepted input range?

GGAlanSmithee commented 8 years ago

https://mathiasbynens.be/notes/javascript-encoding