728
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 18 Aug 2025
728 points (99.1% liked)
Programmer Humor
25802 readers
3110 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
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?