Assignment Nine -- Regular Expressions
This assignment is an extension of the last assignment. Take what you now know about regular expressions and improve your client side validation algorythms:
  1. Requirements -- You must have at least 3 input boxes that require a certain text configuration (phone number, part number, URL, email, zip code)
  2. Create and Implement -- the regular expression for each of the 3 conditions above
  3. Verify -- your validation works with testing. Do not send me a broken form as if it is a working form.
Email me with a subject "Lab 9" and include your Name and URL in the body of the email
 
Return to Assignments Index