Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • super answer, thanks. So, in my case, the short version, will be FIND: <meta name="description" content=".*(are|the|in|you).*(?-1).*(?-1).+>
    – Just Me
    Commented Jul 1, 2021 at 16:36
  • 1
    Yes, that's the idea.
    – harrymc
    Commented Jul 1, 2021 at 17:36
  • The regex above doesn't work on Python, so in order to work it can be change a little bit, as this one: <p class="text_obisnuit">.*((are|the|in|you).*){3,}.*</p>
    – Just Me
    Commented Jul 3, 2021 at 19:24