【发布时间】:2014-10-26 01:34:25
【问题描述】:
我正在使用 RegReplace https://github.com/facelessuser/RegReplace 在 sublime 文本中运行正则表达式查找和替换。
我想在标签的任一侧添加一个新行。我知道要选择一个正则表达式为<(.*?)(.)> 的标签。
在标签两侧添加新线而不替换内容的正确正则表达式是什么? \n <(.*?)(.)> \n 之类的东西?
【问题讨论】:
标签: regex replace find sublimetext2