TheBigRoomXXL@leminal.space to Programmer Humor@programming.devEnglish · 17 hours agoEveryone knows what an email address is, right? (Quiz)e-mail.wtfexternal-linkmessage-square109fedilinkarrow-up1666arrow-down16
arrow-up1660arrow-down1external-linkEveryone knows what an email address is, right? (Quiz)e-mail.wtfTheBigRoomXXL@leminal.space to Programmer Humor@programming.devEnglish · 17 hours agomessage-square109fedilink
minus-squarethomasloven@lemmy.worldlinkfedilinkarrow-up5·7 hours agoIf qoutes are removed and internal spaces are invalid, how could ":(){␣:|:&␣};:"@example.com be valid?
minus-square𝙲𝚑𝚊𝚒𝚛𝚖𝚊𝚗 𝙼𝚎𝚘𝚠@programming.devlinkfedilinkarrow-up3·6 hours agoPresumably the space between quotes is “escaped”, meaning it’s supposed to act like any other character.
minus-squarerumba@lemmy.ziplinkfedilinkEnglisharrow-up1·4 hours agoYeah they’re processed, but not passed through.
minus-squarebamboo@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·6 hours 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?