regex for email simple
match an email
Simple email regex that works most of the times
[^@ \\t\\r\\n]
matches for anything other than @, space, tab, new lines repetitions of a non-whitespace character.
Cheatsheet
expr | usage |
---|
iHateRegex
by
geon