如果以#&#34开头,我怎么能制作一个匹配所有新行字符的正则表达式? ' "字符? 例如:
'Hello World > Match "/n" after "d"
Hello World > No match
'Test > Match "/n" after "t"
Test > No match
'''''Xample > Match "/n" after "e"
Xample > No match
WOW 'He > Match "/n" after "e"
提前致谢;)
编辑:我想要的只是在BEGINNING和每行的ENDING处放置标签,这些标签包含"评论"。像这样:
WOW <blabla>'Hello<blabla>
一开始我通常可以直接替换&#34; &#39; &#34;用&#34; &#39; &#34;,但结局有点困难。
答案 0 :(得分:1)
答案 1 :(得分:0)