Michael:

On 7/28/06, Michael J. Prichard <[EMAIL PROTECTED]> wrote:
Howdy....not sure if anyone else wants this but here is my first attempt
at writing an analyzer for an email address...modifications, updates,
fixes welcome.

Why reinvent the wheel? See
http://java.sun.com/products/javamail/javadocs/javax/mail/internet/InternetAddress.html#parse(java.lang.String)
and use as:

InternetAddress valid = InternetAddress.parse(string)[0]; // far
simpler than rewriting it

--
Cheers,
Hasan Diwan <[EMAIL PROTECTED]>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to