Search code examples
regexsublimetext2

Multi-selection with regex (sublime text 2)


Is there a way I can enable multi-selection with regex? I don't want to do search and replace, I just want to highlight/select all of the matches according to regex.

Is this possible?


Solution

  • Sure. Press Ctrl+F, then type your regex pattern and hit Alt+Enter