Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change regex to work with all allowed character #6

Open
2 tasks
GGAlanSmithee opened this issue Oct 22, 2015 · 2 comments
Open
2 tasks

change regex to work with all allowed character #6

GGAlanSmithee opened this issue Oct 22, 2015 · 2 comments
Assignees

Comments

@GGAlanSmithee
Copy link
Owner

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

  • Find out exactly what set of characters is allowed in a CSS level 3 selector
  • Change regex to work with all allowed characters
@GGAlanSmithee GGAlanSmithee self-assigned this Oct 22, 2015
@GGAlanSmithee
Copy link
Owner Author

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

@GGAlanSmithee
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant