Hello Makers,
I’m trying to extract multiple email addresses from a field text. After carefully watching some tutorials, I used a “Text parser” module and wrote this regular expression I found on Regexr.com as pattern :
[a-z0-9!#$%&'+/=?^_{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_
{|}~-]+)@(?:a-z0-9?.)+a-z0-9?
Unfortunately, the module does not get any output (see screenshots below). Is there anybody who could help me with this
please ?
Thanks in advance !