Safety in numbers
Email address [test]
Matches a basic email address. Note that the precise regex for an email address is disputable. This may not match everything.
^[a-z0-9_\+-]+(\.[a-z0-9_\+-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*\.([a-z]{2,4})$
HTML/XML tag [test]
Useful for stripping HTML tags out of input.
<(.+?)>