Regex not working question

HI
I am tryin to extract emails from a field that has urls. THis regex works in the
[a-zA-Z0-9._%±]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,}

but it doesn’t work when I place it in EDT? any ideas as to what I am doing wrong?

If I transform:

\\\name@easydatatransform.com\\

Using your regex in Extract I get:

name@easydatatransform.com

extract-regex.transform (1.9 KB)

Are you sure you set Using to Regex?

Perhaps you can post a simple .transform that illustrates the problem?