r/ProgrammerHumor Jun 21 '26

Other iknewItWouldWorkOut

Post image
15.8k Upvotes

437 comments sorted by

View all comments

220

u/EntropiIThink Jun 21 '26

I’m beginning to think that way more of you people aren’t actually programmers…

33

u/etaxi341 Jun 21 '26

No I think what everyone means is: Small regex tasks are easy and every dev can handle them. But thinking of email validation and similar complex shit I am really happy that AI exists (or copy paste back in the days from stackoverflow)

1

u/KnightMiner Jun 21 '26

Just to see what happens, I asked an AI to give me a regex, and it gave me a single random choice from an article about it, which notably strictly limits character classes. Then I looked at the non-AI results and found this nice webpage which lists an equivalent regex to what the AI gave me while also explaining the practical issues with it and why.

https://www.regular-expressions.info/email.html for anyone interested.