似乎.NET Regex.Replace方法会自动替换所有匹配的事件。我可以提供一个MatchEvaluator代理,在第一次替换后返回匹配的字符串,不会发生任何更改,但对我来说听起来效率很低。
第一次更换后最有效的停车方式是什么?
从
MSDN:
原文链接:https://www.f2er.com/regex/357587.htmlReplace(String,String,Int32)
Within a specified input string,replaces a specified maximum number of strings that
match a regular expression pattern with a specified replacement string.
这不是你想要的吗?