It prevents the regex from matching characters before or after the email address. ^ matches the start of a new line. Allows the regex to match the address ...
確定! 回上一頁