regex email c# code example Example: regex for email c# Click to copyRegex regex = new Regex(@"^([\w\.\-]+)@([\w\-]+)((\.(\w){2,3})+)$");