in reply to Please evaluate: RegEx for validating e-mail addresses
I wouldn't do that. *My* line of thinking and the logic that reigns on the app I'm coding is: if the user has entered a whitespace in the beginning of the webform field, well, too bad for him. Even better, I'd write a JS function to disable whitespaces on that field. Since it's a web app it's better for me (and most probably for the user) to do it this way.[\040\t]*
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Please evaluate: RegEx for validating e-mail addresses
by FoxtrotUniform (Prior) on Sep 25, 2004 at 20:33 UTC | |
•Re^2: Please evaluate: RegEx for validating e-mail addresses
by merlyn (Sage) on Sep 25, 2004 at 20:28 UTC | |
by FoxtrotUniform (Prior) on Sep 25, 2004 at 20:40 UTC | |
by merlyn (Sage) on Sep 25, 2004 at 20:44 UTC | |
by tachyon (Chancellor) on Sep 26, 2004 at 07:26 UTC |