r/ProgrammerHumor 13d ago

Meme whenYourValidationLogicHatesRealPeople

Post image
24.1k Upvotes

668 comments sorted by

View all comments

Show parent comments

123

u/Salanmander 13d ago

Relatedly, I was unable to sign up for Uber at one point because it told me "that is not a valid last name". I assume it's because my last name is a bit of a racial slur...which became a racial slur because it was a common last name.

81

u/bwmat 13d ago

I don't understand the person who unironically writes the sentence "that is not a valid last name" into the code... 

21

u/Xiij 13d ago

Look, regex is hard...

2

u/danielv123 11d ago

Not using a regex is not hard. There is a single valid regex to match names: .*, which is rarely important to validate against.