Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: Addressing Form Field Validation with Regular Expressions and JavaScript 1.2, January 13, 2000 at 12:53:18:

You are here: irt.org | About | Feedback | 732 [ previous next ]

Feedback on:
Addressing Form Field Validation with Regular Expressions and JavaScript 1.2

Sent by
Jimmy Devenport on January 13, 2000 at 12:53:18:

Worth:
Worth reading

Length:
Just right

Technical:
Just right

Comments:
If I remember right, an Fully Qualified Domain Name can NOT have the underscore character in it (ie you can't have my_host.my_domain.com), and the expression \w contains [A-Za-z0-9_], so it let's it pass! a fix would be to change every \w after the @ sign to [A-Za-z0-9]... works for me at http://www.stvin.org/contactus.asp!

Thanks for the tips!


Other feedback on 'Addressing Form Field Validation with Regular Expressions and JavaScript 1.2' - show all

©2018 Martin Webb