Quote:
Originally Posted by Wolfy
Is that a search query? Where would I use that?
Google: "site:example.com ^[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$" returned nothing, what am I missing?
|
It's a regular expression. Used to identify patterns - in this case, email addresses.