PyCharm:搜索+替换并插入正则表达式组

时间:2016-05-13 09:46:54

标签: python regex pycharm

我想搜索+替换并使用PyCharm插入一个正则表达式组。

我要替换的文字:

Utils.data_home(.*(lib|bin|src|apps))

插入

Utils.src_home\1

我希望\1成为search-regex的第一组。

这适用于Python。如何在PyCharm中做到这一点?

0 个答案:

没有答案