Regular Expressions 101

S⁠ponsors

Community Library

Community Library Entry

53

Regular ExpressionOpen Workspace

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

Description
Created·2013-01-16 14:11
Type·Substitution
Flavor·PCRE (Legacy)

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

Submitted by dislick
Open Workspace