274
you are viewing a single comment's thread
view the rest of the comments
[-] schnurrito@discuss.tchncs.de -1 points 18 hours ago
[-] moriquende@lemmy.world 5 points 17 hours 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 17 hours ago* (last edited 17 hours 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 11 hours 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
274 points (96.6% liked)

Programmer Humor

32077 readers
322 users here now

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

Rules:

founded 5 years ago
MODERATORS