08-12-2016 , 06:09 AM
August 12 2016
Mastering Python Regular Expressions
For Python developers, this concise and down-to-earth guide to regular expressions is all you need to gain vital new knowledge. From a theoretical overview to Python specifics, it explains everything in crystal clear language.
What You Will Learn
Mastering Python Regular Expressions
For Python developers, this concise and down-to-earth guide to regular expressions is all you need to gain vital new knowledge. From a theoretical overview to Python specifics, it explains everything in crystal clear language.
What You Will Learn
- Explore the regular expressions syntax
- Improve the readability and future maintenance of the regex
- Find solutions for typical problems with regular expressions
- Familiarize yourself with match and search operations
- Leverage the look around technique to create powerful regular expressions
- Gain insight on the uses of Groups
- Get to know how the regex engine works through the Backtracking process
- Enhance the performance of your regular expressions