` Printed Icetips Article

Icetips Article



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 April 28, 2024, 9:48 pm
This article has been viewed/printed 35115 times.
Google search has resulted in 4 hits on this article since January 25, 2004.