|
|
Feedback on: Addressing Form Field Validation with Regular Expressions and JavaScript 1.2
irt.org | About | Feedback | 3393 [ previous next ] Feedback on: Sent by Comments: Second: The code that checks for a syntactically correct mailaddress flags syntactically correct addresses as invalid, for example the common syntax local+tag@domain or the address *@domain. ^.*@[^.]+(\.[^.]+)+$ Or one that obeys the KISS-principle: .+ Other feedback on 'Addressing Form Field Validation with Regular Expressions and JavaScript 1.2' - show all
|
-- div -->
|