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
- Host: GitHub
- URL: https://github.com/h-sarhan/form-validation
- Owner: h-sarhan
- Created: 2019-01-01T23:55:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T00:40:00.000Z (over 7 years ago)
- Last Synced: 2025-03-06T14:54:30.809Z (over 1 year ago)
- Topics: bootstrap, html, javascript
- Language: JavaScript
- Homepage: https://hasoun7772.github.io/Form-Validation/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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