tags:

views:

24

answers:

0

How to validate email id having special characters (i.e. unicode/IDN)? I tried filter_var("[email protected]", FILTER_VALIDATE_EMAIL) but that's not working out properly.