我想在我的项目中查找并替换一种重复的字符串。我想使用 VS2012 查找和替换来简化我的任务。
原始字符串是
Format(Element[Be], Element[Be])
and I want to replace it following
Element[Be].ToString(Element[Be].Value)
使用 REGEX的 VS2012的 FindAndReplaace 功能如何做到这一点
我想在我的项目中查找并替换一种重复的字符串。我想使用 VS2012 查找和替换来简化我的任务。
原始字符串是
Format(Element[Be], Element[Be])
and I want to replace it following
Element[Be].ToString(Element[Be].Value)
使用 REGEX的 VS2012的 FindAndReplaace 功能如何做到这一点