Hi I am using razor and trying to use regular expression to validate email address here the validation function
function validateEmail(txtEmail){ var a = doc
Unicode may work like this
string filter = "/^[a-zA-Z0-9_.-]+\\u0440[a-zA-Z0-9]+[a-zA-Z0-9.-]+[a-zA-Z0-9]+.[a-z]{0,4}$/";
Alternatively in razor @@ is a normal @ symbol, it should work in your javascript.
string filter = "/^[a-zA-Z0-9_.-]+@@[a-zA-Z0-9]+[a-zA-Z0-9.-]+[a-zA-Z0-9]+.[a-z]{0,4}$/";