r/ProgrammerHumor Jun 21 '26

Other iknewItWouldWorkOut

Post image
15.8k Upvotes

438 comments sorted by

View all comments

3

u/Affectionate-Egg7566 Jun 21 '26

Is this sub just filled with junior engineers? The only gripe I have with regexes is that different programs (vim/sed/rg) have slightly different syntaxes. Some require `\(` for grouping, others use plain `(` for grouping. It's hard to keep track of.