Skip to content

Instantly share code, notes, and snippets.

View andrewspear's full-sized avatar

Andrew Spear andrewspear

View GitHub Profile
@andrewspear
andrewspear / emailValidationRegex.js
Created September 21, 2015 01:57
Reliable email validation with JS. The core regex could also be used in other programming languages.
function validateEmail(email) {
var re = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
return re.test(email);
}
/*
This regex allows the following email formats:
1. prettyandsimple@example.com

Trello ProjectManager Power-Up

Take you project management to the next level by linking your Trello cards to ProjectManager tasks and see real-time status updates without leaving Trello.

You'll see the status of all your tasks on the board:

Task updates on a board

Click on a card to get more detailed information: