小见

c#替换所有,ReplaceAll效果

电脑版发表于:2020/6/18 11:18

虽然本身没有ReplaceAll的方法但是可以使用正则表达式的替换方法来实现即可

string line = "ss啊啊ss茂茂";
line = Regex.Replace(line, "ss", "mm");


关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢