TheBigRoomXXL@leminal.space to Programmer Humor@programming.devEnglish · 16 hours agoEveryone knows what an email address is, right? (Quiz)e-mail.wtfexternal-linkmessage-square106linkfedilinkarrow-up1659arrow-down16
arrow-up1653arrow-down1external-linkEveryone knows what an email address is, right? (Quiz)e-mail.wtfTheBigRoomXXL@leminal.space to Programmer Humor@programming.devEnglish · 16 hours agomessage-square106linkfedilink
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·5 hours agoPresumably the space between quotes is “escaped”, meaning it’s supposed to act like any other character.
minus-squarerumba@lemmy.ziplinkfedilinkEnglisharrow-up1·3 hours agoYeah they’re processed, but not passed through.
minus-squarebamboo@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·5 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?