Javascript Validation With Regex
In this challenge, you'd create a javascript validation script to validate the inputs entered by a user using RegEx.
In this challenge, you'd create a javascript validation script to validate the inputs entered by a user using RegEx. You could always refer to the Regular Expression LibraryA(GijS7qxVy-6Gyc4cweUyFoK4ZvRn2WnlOe8SSKuq9sT7ps-2nbiTmZZMTCnrFk4-mNoGnYL-DPU8pJhmNNOtkP-syqWE4WO1aVt4bPa5nTsQPQe6VRAALnm6QW3YIWbYkVS78JFbZN39vmMI1UYiWlHXKwNMB99WjsZOn0qc8dcN0unp2KMOBw0P3OH0))/CheatSheet.aspx?AspxAutoDetectCookieSupport=1) for support For this project, there'd be three required inputs for validation: - The first would require the user to enter five (5) capital letters, six (6) symbols and two hyphens (-)…
Hosting · Free forever
Deploys free on GitHub Pages, Cloudflare Pages or Vercel Hobby.
Deploy it and share a link.
Core features · 2
- User should be notified of any invalid inputs by error messages displayed on the form.
- The submit button on the form would never be executed until all entries are validated.