Search for multiple strings in several files with Sublime 3

前端 未结 3 1835
栀梦
栀梦 2020-12-24 12:14

I know how to search for a single string in several files at once with Sublime 3 (explained here).

What I need to do is to search for multiple strings

3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-24 13:15

    I use this:

    checked Regular expression

    Find: (string1.*string2)
    
    Where: *.php
    

提交回复
热议问题