使用正则表达式进行多选(sublime text 2)

时间:2013-06-02 08:05:25

标签: regex sublimetext2

有没有办法可以启用正则表达式的多选?我不想做搜索和替换,我只想根据正则表达式突出显示/选择所有匹配。

这可能吗?

3 个答案:

答案 0 :(得分:173)

不确定。按Ctrl + F,然后键入正则表达式模式并按Alt + Enter

答案 1 :(得分:1)

您可以在搜索视图中点击此图标激活/停用正则表达式模式

enter image description here

请注意,还有一个快捷方式可以激活它: Alt + R 默认情况下。

答案 2 :(得分:-1)

@medik在Mac中指出,它是 Cmd + Alt + R