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.
Remove everything except regex
- DigitalVolcano
- Site Admin
- Posts: 1863
- Joined: Thu Jun 09, 2011 10:04 am
Re: Remove everything except regex
You can use the Extract function to pull all the emails out into the scratchpad, if that is what you are after.