Use the general regular expression or regex pattern “/[a-z0-9]+@[a-z]+\.[a-z]{2,3}/” to validate the email in JavaScript with the “match()” method.
確定! 回上一頁