We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Validator.js doesn't work on safari 12. Due to look behind in regular expression. Exact console error is:
[Error] SyntaxError: Invalid regular expression: invalid group specifier name (anonymous function) (validator.js:2274)
Screenshot
Additional context Browser: Safari 12 Validator.js version: 13.1.1 Node.js version: n/a OS platform: Mac 10.14
The text was updated successfully, but these errors were encountered:
Same issue was raised before: #1354
Sorry, something went wrong.
my mistake was using wrong version.
No branches or pull requests
Describe the bug
Validator.js doesn't work on safari 12. Due to look behind in regular expression. Exact console error is:
Screenshot
Additional context
Browser: Safari 12
Validator.js version: 13.1.1
Node.js version: n/a
OS platform: Mac 10.14
The text was updated successfully, but these errors were encountered: