`
OOP: Validating an Email address 2004-12-29 -- Maarten Newsgroups: softvelocity.clarion.third_party,softvelocity.public.clarion6 Patrick, > How do I check if an e-mail address, entered by the user in one > of my window controls, is valid? RV = MATCH(UPPER(CLIP(eMailAddr)),| '^[-A-Z0-9._]+@{{[-A-Z0-9._]+.}+[A-Z][A-Z][A-Z]?[A-Z]?$', Match:Regular) -- Best regards, Maarten Printed November 21, 2024, 4:29 pm This article has been viewed/printed 35389 times. Google search has resulted in 4 hits on this article since January 25, 2004. |