一次性替换多个符合项
string str = "源字符串";
str = Regex.Replace(str, "(hello|hi|nihao|welcome|chilema)", "Comment vas-tu ", RegexOptions.IgnoreCase);
str = Regex.Replace(str, "(hello|hi|nihao|welcome|chilema)", "Comment vas-tu ", RegexOptions.IgnoreCase);


浙公网安备 33010602011771号