Tyfon@programming.dev to Programmer Humor@programming.dev · 9 months agoMy VSCode started to summon DEMONS😈, how do I stop it? I have checked PHP docs but got nothing. 😥programming.devimagemessage-square12fedilinkarrow-up1106arrow-down14
arrow-up1102arrow-down1imageMy VSCode started to summon DEMONS😈, how do I stop it? I have checked PHP docs but got nothing. 😥programming.devTyfon@programming.dev to Programmer Humor@programming.dev · 9 months agomessage-square12fedilink
minus-squarePsycobob@programming.devlinkfedilinkarrow-up23·9 months agoIt looks like you tried to parse html using a regex. For reference: https://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags#1732454
minus-squareMonkderZweite@feddit.chlinkfedilinkarrow-up1·9 months agoIt works better if you remove linebreaks beforehand tho.
It looks like you tried to parse html using a regex.
For reference: https://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags#1732454
It works better if you remove linebreaks beforehand tho.