📜  删除字符串 c# 代码示例之间的空格

📅  最后修改于: 2022-03-11 14:49:03.535000             🧑  作者: Mango

代码示例3
string str = "C Sharp";
str = Regex.Replace(str, @"\s", "");