this post was submitted on 31 Oct 2024
325 points (97.7% liked)
Programmer Humor
32361 readers
497 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Regex should generally be avoided wherever possible.
Yeah but it's just so tempting... It validates so many inputs so easily...
And misses others you didn’t think about.
Yeah, I've found myself wasting quite a lot of time thinking of the 'perfect regex' for task X only to realise that I could have avoided doing so by simply taking a different approach.