我想使用正则表达式来匹配模式(exp:双斜杠),这不是在行的开头。 从下面的例子中,我想仅匹配第5行和第7行的双斜杠。我是regex的新手,希望能从这里得到一些帮助:)在此先感谢
// This is line 1
// This is line 2
// This is line 3
Something // This is line 5
Something // This is line 7
// This is line 8