• schnurrito@discuss.tchncs.de
    link
    fedilink
    arrow-up
    3
    ·
    7 days ago

    no, this is one of the worst answers on Stack Overflow

    OP had a specific question to capture opening tags. The thing OP asked about can be done with regular expressions. It is true that arbitrarily nested languages like HTML cannot generally be parsed with regular expressions, but that is not what OP asked about.

    • fartsparkles@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      7 days ago

      This is StackOverflow after all. Your question is wrong. Your problem is wrong. You are wrong. I am right. Thread locked. Go read this other post that is totally unrelated to your problem I’ve decided isn’t the problem you’re facing because. I. Am. Right.

      • Quetzalcutlass@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        7 days ago

        Could be worse. At least it’s not Microsoft’s support forums:

        Hey, I see you’re having problems with <copy-paste key words from OP>. Try the following and see if it fixes your issue.

        Open a command prompt and enter ”sfc /scannow".

        I hope this helps!

        (Reply marked as solution, thread closed.)

        • deadbeef79000@lemmy.nz
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          3 days ago

          I have X years experience with {keyword salad}.

          Can you confirm {details already in the opening post}?

        • The thing with Windows is that the three magical commands (sfc, that DISM tool, fixboot) will usually fix most weird OS problems. To the point where any Windows troubleshooting session should include either the results of the first two, or instructions to use them.

          Once SFC and DISM can’t fix your install, you reinstall Windows. There are alternatives, but if you’d know them you wouldn’t be asking random Windows users on a forum. You can figure out a lot by enabling various tracing and logging features, listing open file handles and tracking file system calls, but the moment you need to take out sysmon you’re either in for a weekend of troubleshooting or wasting your time.

          Similarly, there are oneliners for Linux that’ll reinstall every package installed on the system and that has helped me recover my broken systems several times.

          • captain_samuel_brady@lemm.ee
            link
            fedilink
            arrow-up
            2
            ·
            6 days ago

            Magic may be an overstatement. I would be shocked if any of them fixed even 0.1% of the problems posted to Microsoft’s joke of a support forum where they were presented as solutions.

      • errer@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 days ago

        That’s why LLMs are so infuriatingly stubborn, they’re trained on these keyboard warriors

    • kbal@fedia.io
      link
      fedilink
      arrow-up
      0
      ·
      7 days ago

      It can be done with simple regex of the kind proposed in various answers there iff the html is known to be limited to the subset of html where that sort of thing can easily be made to work. The question does not tell us whether or not that is the case, so everyone is free to make their own assumptions and argue as if they know what’s going on.