public string Check() { string input = "你好,世界!"; string pattern = @"W.rld"; // 您好堆栈溢出! return Regex.Replace(input, pattern, "Stack Overflow"); }