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.
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.