c# regex only numbers and + code example Example: regex for numbers Regex regex = new Regex(@"^\d$");