Hi,

We tend to use this...

//This function returns everything between a < and a >
function ExtractEmail(sString)
{
    return trim(ReReplace(sString, ".*<([^>]*)>.*", "\1"));
}

and seems to be working OK

HTH

Jedi

Bryan F. Hogan wrote:

> Does anyone have a Regex they can share that reliably strips out only
> the email address from the from address of a cfpop download?
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to