Sublime Forum

Regex Find - Replace on multiple files at once

#1

Whenever I start a new project from old code, I need to run 3-4 'Find and Replace’s (with a regex) on each file on about 8 files.

Is there a way to ‘replace all’ on all open files? Or someway to chain the operations?

I am just looking for the most efficient way of doing this, any advice would be great.

0 Likes

#2

Have you tried Find in Files (CTRL-SHIFT-F)?

1 Like

#3

Gobsmacked! That’s brilliant! Can’t believe I missed that.

0 Likes