On Monday 03 October 2005 15:15, Bobby Hartsfield wrote: > That might be a tough one though hmmmm... > (2,6) ?
You'd be better not reinventing the wheel and using a well proven reg. exp. that checks against the RFC, such as http://www.ex-parrot.com/~pdw/Mail-RFC822-Address.html AFAIK CF supports perl style reg. exps, so that one should be fine. isEmail() on cflib is alright, but shouldn't bother hard-coding a list of tld, and doesn't belive I can have '!' or '+' on the lhs of the @, for instance. -- Tom Chiverton Advanced ColdFusion Programmer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220010 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

