TheBigRoomXXL@leminal.space to Programmer Humor@programming.devEnglish · 6 days agoEveryone knows what an email address is, right? (Quiz)e-mail.wtfexternal-linkmessage-square153fedilinkarrow-up1895arrow-down18
arrow-up1887arrow-down1external-linkEveryone knows what an email address is, right? (Quiz)e-mail.wtfTheBigRoomXXL@leminal.space to Programmer Humor@programming.devEnglish · 6 days agomessage-square153fedilink
minus-squarethomasloven@lemmy.worldlinkfedilinkarrow-up5·6 days agoIf qoutes are removed and internal spaces are invalid, how could ":(){␣:|:&␣};:"@example.com be valid?
minus-square𝙲𝚑𝚊𝚒𝚛𝚖𝚊𝚗 𝙼𝚎𝚘𝚠@programming.devlinkfedilinkarrow-up3·6 days agoPresumably the space between quotes is “escaped”, meaning it’s supposed to act like any other character.
minus-squarerumba@lemmy.ziplinkfedilinkEnglisharrow-up1·6 days agoYeah they’re processed, but not passed through.
minus-squarebamboo@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·6 days agoNot too sure, but a previous one says spaces are allowed in comments. I would assume the {} is similar?
If qoutes are removed and internal spaces are invalid, how could
":(){␣:|:&␣};:"@example.com
be valid?Presumably the space between quotes is “escaped”, meaning it’s supposed to act like any other character.
Yeah they’re processed, but not passed through.
Not too sure, but a previous one says spaces are allowed in comments. I would assume the
{}
is similar?