Page 1 of 1

Remove everything except regex

Posted: Sun Nov 15, 2015 7:18 pm
by dave88
How do i remove everything except the regex?
Im using the e-mail regex \b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b and i wanna keep only the e-mails and discard the rest.

Re: Remove everything except regex

Posted: Wed Nov 18, 2015 12:16 pm
by DigitalVolcano
You can use the Extract function to pull all the emails out into the scratchpad, if that is what you are after.