Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-09-06 21:59
Flavor·Python

r"
(?<=\b)\w([\w\.\-_0-9])*(@| at )[\w0-9][\w\-_0-9]*((\.| DOT )[\w\-_0-9]+)+(?=\b)
"
gmi
Open regex in editor

Description

no description available

Submitted by rafaelverger