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
-
Yes, but is there a point in becoming that good?
Also, there are many sites that guide you in creating one (or they do it for you). -
sirjofri5198yOr perl...
I recommend writing your own parser for something. Like a markdown parser (which is kinda easy). -
Y[eE]s. just use an online tool like regex101. And practice. also, never try to write a regex for phone numbers. also, in case you ever decide to use regex to parse html: http://stackoverflow.com/questions/...
-
spacem18448ystep1: learn some basics [].*|^$\s
step2: don't use a regular expression for anything more complex -
Bikonja23868yI never search for regular expressions, I always write them on my own. They're very fun for me and I don't understand why everyone seems to think they are the hardest thing ever.
Related Rants
Is it even possible to get good enough at regular expressions where you can just write it and you don't have to search stackoverflow for one that works?
undefined
regex