Regular Expressions 101

Community Patterns

Community Library Entry

2

Regular Expression
Created·2015-09-16 20:41
Flavor·PCRE (Legacy)

/
[\w-\.]{1,64}((\[|\()?@(\]|\))?|(\[|\()?at(\]|\))?|(\[|\()?kukac(\]|\))?)[\w-]{1,64}((\[|\()?\.(\]|\))?|(\[|\()?dot(\]|\))?|(\[|\()?pont(\]|\))?)[a-zA-Z]{2,3}
/
g
Open regex in editor

Description

Finds email addresses even when cleverly obfuscated in both english and hungarian

Submitted by WolfyD