在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
String.Replace也是全部替换。 C# String 正则 替换空格 tab字符 换行符 新行
例:c# 字符串多个TAB 替换成1个TAB string trim = Regex.Replace("system threading_ thread_ currentthread _currentculture_textinfo", @"\t\t", "\t"); 输出结果: system threading_ thread_ currentthread _currentculture_textinfo
|
请发表评论