Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Regular Expressions Form Validation Project

Started coding: December 2018.

A JavaScript project where we use regular expressions for validation in a form.

Input fields:

  1. Name: max 10 characters upper/lowercases allowed.

  2. Zip code: Dutch zipcode which is always in this format: 4444XX

  3. Email: letters upper/lower, numbers, underscores, dashes, dots allowed before the @. Then the same characters are allowed as before the @. The last part for the .com/.net/.gmail/etc, can be up to max 5 letters. Upper/lower case.

  4. Phone: 06 1234 5678/ (06)1234 5678/ 06.1234 5678/ 0612345678.

For more information see:

https://github.com/PhilipAndes/JavaScript-Error-Handling-Regular-Expressions

About

JavaScript - Regular Expressions - Form Validation Project

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages