Do they get some kind of real-time feed that tells them "hey this URL popped up in the web today, but it is a tracker, so block it", or is this exercise is mostly helped by the crowd ?

you are viewing a single comment's thread
view the rest of the comments
[–] 36 points 2 years ago (3 children)

I love regex, I'm not even gonna lie. To be fair, my expressions haven't been 50+ characters long, but still.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 19 points 2 years ago (1 child)

    Regex absolutely has many great uses. The issue is people trying to use for things they shouldn't. Then it suddenly becomes a nightmare.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 10 points 2 years ago (1 child)

    Can I parse [X]HTML with regex?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 2 years ago (1 child)

    You can parse any plaintext with regex, but I would recommend using XPath for that use case, instead.

  • source
  • parent
  • hideshow 2 child comments