📜  从字符串 c# 计数中查找字符 - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:07.910000             🧑  作者: Mango

代码示例2
int count = Regex.Matches(test, "word").Count;