An open API service indexing awesome lists of open source software.

https://github.com/h-sarhan/form-validation

Form validation using Javascript regular expressions
https://github.com/h-sarhan/form-validation

bootstrap html javascript

Last synced: 2 months ago
JSON representation

Form validation using Javascript regular expressions

Awesome Lists containing this project

README

          

# Form-Validation
Form validation using Javascript regular expressions

Just a small project I built to learn regular expressions in Javascript. Based on a project in this course: https://www.udemy.com/modern-javascript-from-the-beginning/
I wrote this project without looking at the instructor's code