public string ReturnEmailID(string YourEmailID) { return Regex.Replace(YourEmailID, "[^A-Za-z0-9._@-]", ""); }
Login to post response