webstorm使用正则表达式替换

例如需要删除所有xml 标签及内部内容:

[\s\S]*?


参考文档:

https://www.jetbrains.com/help/webstorm/2016.1/finding-and-replacing-text-in-file.html#example

https://www.jetbrains.com/help/webstorm/2016.1/regular-expression-syntax-reference.html

你可能感兴趣的:(webstorm使用正则表达式替换)