Remove everything except regex

A place to try and solve your RegEx problems.
Post Reply
dave88
Posts: 1
Joined: Sun Nov 15, 2015 7:14 pm

Remove everything except regex

Post 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.
User avatar
DigitalVolcano
Site Admin
Posts: 1717
Joined: Thu Jun 09, 2011 10:04 am

Re: Remove everything except regex

Post by DigitalVolcano »

You can use the Extract function to pull all the emails out into the scratchpad, if that is what you are after.
Post Reply