this post was submitted on 14 Feb 2025
908 points (100.0% liked)

Programmer Humor

22781 readers
292 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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 16 points 2 months ago (16 children)

Never debug regex, just generate a new one. It's not worth the hassle to figure out not only what it does, but what it was meant to do.

Better yet, just write it out in code, and never use regex. Tis a stupid thing that never should have been made.

[โ€“] [email protected] 4 points 2 months ago

Regex is a write only language.

load more comments (15 replies)