我在 3000 多个 HTML 页面上有以下两行代码:
<link rel="canonical" href="https://mywebsite.com/hi/about.html" />
和
<link rel="canonical" href="https://mywebsite.com/about.html" />
hi
因此,我想用正则表达式找到所有包含链接中不包含该单词的行的页面/hi/
。
我在 3000 多个 HTML 页面上有以下两行代码:
<link rel="canonical" href="https://mywebsite.com/hi/about.html" />
和
<link rel="canonical" href="https://mywebsite.com/about.html" />
hi
因此,我想用正则表达式找到所有包含链接中不包含该单词的行的页面/hi/
。