in reply to regexp to only allow for formally valid email addresses
You need to escape the dots in your regex.
Update: Nevermind this post. I stand corrected and learned Yet Another Perl Nuance. Thanks Thelonius & Fletch.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: regexp to only allow for formally valid email addresses
by Fletch (Bishop) on Mar 07, 2007 at 19:30 UTC | |
by hangon (Deacon) on Mar 07, 2007 at 20:16 UTC | |
by Thelonius (Priest) on Mar 07, 2007 at 20:54 UTC |