regex for numeric values in c# code example Example: regex for numbers Regex regex = new Regex(@"^\d$");