× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi all

I'm try to use regex to validate mail, but i have this problem; following
the example at
https://www.nicklitten.com/example-rpg-email-validation-program-sqlrpgle-ile
/ i have done a program like this:



D check_email PR Extpgm('VLD8EMAIL')

D mail_ 255A Varying

D result_ 1A


D Mail s 255a Varying

D Res s 1a


/Free


Mail = 'mymail@xxxxxxxxx ';

check_email(Mail:Res);


*InLr = *On;

Return;



The problem that i have found is that if i don't put the trim on sql
regexp_count (on VLD8EMAIL Pgm)

set :myCount = regexp_count(Trim(:myEmail),:myEmailValidationRegex), it
don't work , but the trim work on V7R2 but not on V7R1 . how can i solve
this problem

thanks in advance







--
Questa e-mail è stata controllata per individuare virus con Avast antivirus.
https://www.avast.com/antivirus

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.