Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
retoor96339hThere's only one way to truly learn regex, write a parser :P Been there, done that. Was a whole journy tbh.
-
-
It's a mathematical device for proving shit about all computers. It was never meant to be used in day-to-day engineering tasks. Much like RAM machines and lambda calculus, it needs to be extended with abstraction, code reuse, and annotation features, and ideally a proof engine, before it becomes a practical tool. Most of the time this is done with a parser combinator library.
-
Related Rants
Regex, why do you have to be such a cryptic nightmare? I spend more time escaping characters and debugging patterns than actually solving problems.
rant
coding