单击菜单栏上的【Search】(查找),选择【Find in Files】(在文件中查找)命令:
查找项:正则查找video标签,src为不包含http的mp4
<video src="([^http].*\.mp4)" width="360" height="300" controls autoplay poster=".*\.gif">
文件类型:所有htm文件
*.htm
排除类型:排除文件名尾为(1).htm的文件
*(1).htm
文件夹:指定查找文件范围
E:\S……shi\
查找选项:
☑使用正则表达式(Z)
☑包含子目录(L)