The simplest regular expression to validate an email address is ^(.+)@(\S+) $. It only checks the presence of the @ symbol in the email address.
確定! 回上一頁