Community Patterns

Community Library Entry

53

Regular Expression
Created·2013-01-16 14:11
Flavor·PCRE (Legacy)

/
^(?'Username'[-\w\d\.]+?)(?:\s+at\s+|\s*@\s*|\s*(?:[\[\]@]){3}\s*)(?'Domain'[-\w\d\.]*?)\s*(?:dot|\.|(?:[\[\]dot\.]){3,5})\s*(?'TLD'\w+)$
/
gm
Open regex in editor

Description

Matches distorted email addresses and converts them back to real ones.

Submitted by dislick