string words = "草|红军|法法|尼玛|点点";
string tmp = FormatWords(words);
string content = "的手机发来的就撒了福建代理商叫饭藏大立草科技飞尼玛洒了法法解到了司法局了解到萨拉放假了多少积分";
string dd = Regex.Replace(content, words, "***", RegexOptions.IgnoreCase);

//bool d = Regex.IsMatch(content, words, RegexOptions.IgnoreCase);

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-07-06
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2021-09-19
猜你喜欢
  • 2021-08-19
  • 2022-12-23
  • 2021-09-14
  • 2021-11-19
  • 2022-12-23
  • 2021-12-05
  • 2021-12-05
相关资源
相似解决方案