if you need a very easy regex, to validate emails – here’s some I wrote:
^((?P<localpart>([\w\-_]+)([\w\-_]+([\.]{1}[^\.\.]+))([\w\-_]+))
@(?P<domain>([\wäüö]+[\w\-\._äüö]+[\wäüö]+))
\.(?P<tld>([a-z]{2,6})))$
if you need a very easy regex, to validate emails – here’s some I wrote:
^((?P<localpart>([\w\-_]+)([\w\-_]+([\.]{1}[^\.\.]+))([\w\-_]+))
@(?P<domain>([\wäüö]+[\w\-\._äüö]+[\wäüö]+))
\.(?P<tld>([a-z]{2,6})))$
Tags: code, email, javascript, validate
Posted in code | No Comments »
Posting tweet...
(2006-2008) ain’t no soul – 1001 untold stories - everything is wrong, everything is allowed is proudly powered by WordPress
Entries (RSS) and Comments (RSS). [ 23 queries in 0.330 seconds ]
