草庐IT

myfonction

全部标签

regex - Notepad++ 用获取一些文本替换文本

你好,我想替换这段文字:test.myfonction(arg1,arg2)test2.myfonction(arg1,arg2)test3.myfonction(arg1,arg2)通过这个:myfonction2(test,arg1,arg2)myfonction2(test2,arg1,arg2)myfonction2(test3,arg1,arg2)为此,我在Notepad++中使用正则表达式,用于查找Something.mafonction(arg1,arg2)我用这个:(*).myfonction(但是如何获取test、test或test3呢?myfonction2(tes