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

Matches does not work with \s, \d, etc #8

Closed
bluesliverx opened this issue Mar 4, 2012 · 0 comments
Closed

Matches does not work with \s, \d, etc #8

bluesliverx opened this issue Mar 4, 2012 · 0 comments

Comments

@bluesliverx
Copy link
Contributor

The problem is that the code new RegExp("\d{3}") would fail for "010". What actually needs to happen is new RegExp("\d{3}") (notice the double backslash). This should occur in the taglib. I have a fix ready to go for this and will submit the pull request.

bluesliverx pushed a commit to bluesliverx/jquery-validation-ui that referenced this issue Nov 5, 2012
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

2 participants