正则表达式 -匹配标点符号、数字及分隔符. string testStr = "你好,测试。"; Regex reg = new Regex(@"\p{P}"); testStr = reg.Replace(testStr, "");.
確定! 回上一頁