Build a regular expression by choosing what you need from the list below.
/^[^\s@]+@[^\s@]+\.[^\s@]+$/
Checks for a standard email address format.