how to count a particular character in a string in c# code example Example: find character from string c# count int count = Regex.Matches(test, "word").Count;