Validation framework that let's you configure, rather than code, your validation logic. I started writing this plugin back in 2009 and it has given me much joy over the years. But all good things must ...
Use it for finding email addresses or checking if something is email like. You shouldn't use this for validating emails. Only for hinting to the user. If you run the regex against untrusted user input ...
Ever wished you could instantly extract all email addresses from a document or clean up messy data with a single command? Regex makes that possible. Regular expressions (often shortened to “regex”) ...