401
Regex flavors
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Exactly, at the end of the day it's about using the right tool for the job. Code that's clear and declarative is easier to maintain, so it makes sense to default to it, but nothing stops you from using low level constructs if you really need to.