293
you are viewing a single comment's thread
view the rest of the comments
[-] moriquende@lemmy.world 5 points 2 weeks ago

You can't parse every html opening tag with regex, because a html opening tag doesn't have a set structure. How would you match, with regex, this opening tag? <mytag myattribute="<value of \"myattribute\">" >

[-] schnurrito@discuss.tchncs.de 0 points 2 weeks ago* (last edited 2 weeks ago)

Is this valid HTML? My understanding is that that attribute value needs to be escaped, i.e &lt;value of \&quot;myattribute\&quot;&gt;.

[-] moriquende@lemmy.world 4 points 1 week ago

The quote must not be escaped when you start with a single quote. The rest doesn't. This is valid and tested: <img alt='my "<img>"'>

this post was submitted on 21 Sep 2024
293 points (95.9% liked)

Programmer Humor

32190 readers
445 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS