Since there are so many valid characters for email addresses, are there any valid email addresses that can in themselves be XSS attacks or SQL injections? I cou
/^[a-z0-9.-_+]@[a-z0-9.-]$/i
i think that matches like 99.9999% of all emails addresses ;)