However, for most beginners, one thing they find quite challenging with programming is getting to grips with regular expression
Mastering Regular Expressions
I have had this book on my shelf for as long as I can remember, only recently went back to it because of the recent heavy lifting work I'm doing in Python. The cool thing about Regular Expression is that it works across languages - you don't have to learn it all over again for each language. It is one of the few things in programming that is the same no matter what language you choose.
The writing style is great, it shows you clear examples on how regular expressions work and how to use them. It has definitely helped me to become a better Engineer. The cool thing about this book is, unlike most other one out there, it focuses wholly on Regular Expressions. It covers everything you will need to know regardless of language and platform. It does not matter how long you've been programming, this important feature for text manipulation is a vital programming aspect that everyone should master.
It doesn't matter what programming language you work with, if you are looking for ways to learn how regular expressions work, I highly recommend getting a copy of Jeffrey Friedl's book
No comments:
Post a Comment