regex to replace numbers in string and special characters code example Example: regex replace all special characters Regex.Replace(your String, @"[^0-9a-zA-Z]+", "")