haystack / feedme-rss

Automatically exported from code.google.com/p/feedme-rss
0 stars 0 forks source link

client-side javascript regexp to make sure new addresses in autocomplete are email addresses #119

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
users were typing "First Last" <email> in, which confused things.

Instead only allow an email regexp anchoring the entire string (^REGEXP$)

Original issue reported on code.google.com by marcua@gmail.com on 21 Aug 2009 at 6:41