In case you don't know this one yet:
Programmer Humor
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.
Yeah there are a few tools like that. I actually like this approach myself, you write it in a human readable form and then it gets compiled into a regex https://github.com/cmccomb/human_regex
Worse: Debugging regex that needs to be passed as a string\.
I herd u liek escape characters so I escaped your escaped your escaped your escape characters.
Insert obligatory \\\\\\\\Xzibit
Now you’ve got 𒐂 problems.
You don't use a regex generator/decoder? You actually tried to learn what that shit means??
Hey, there's something magical about knowing what a negative look behind zero length assertion is.
I think I understand half of that without looking it up
Warlock! Burn them!
Would-be regex compiler writers wince as they realise they can't just implement a FSA 😢
Those regex crosswords ain't gonna solve themselves...
Just learn some computer science and regexes will suddenly start making sense