Search found 1 match

by dave88
Sun Nov 15, 2015 7:18 pm
Forum: Regular Expressions Help
Topic: Remove everything except regex
Replies: 1
Views: 13350

Remove everything except regex

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.