Marisol Opreni wrote: > This doesn't work... Any ideas? THANKS! > <var-value>[EMAIL PROTECTED]</var-value> >
Have you googled for "email regex" or used regexes before? Here you've validating for a single character (and possibly incorrectly at that, but I don't really remember the ORO regexes; is . a special char that needs escaping?) > ^[a-zA-Z]([.]?([[:alnum:]_-]+)*)?@([[:alnum:]\-_]+\.)+[a-zA-Z]{2,4}$ > Did you even try that (w/ any conversions necessary to move to an ORO regex?) Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]