In this post I share a quick script I produced last week to automate a portion of our review post. There are some nice idioms that you might find useful.
Articles on regular expressions
Code Challenge 42 – Mastering Regular Expressions
By PyBites Team on 3 November 2017
Hi Pythonistas, it’s beginning of the month so we’re busy selecting some cool code challenges for you to work on to hone your Python skills. Regular Expressions was a long time coming so let’s get it out there. We hope we hit a decent intermediate level with this challenge. If you have questions ask us in the comments or join our Slack.
10 Tips to Get More out of Your Regexes
By Bob Belderbos on 15 March 2017
Regular expressions can be arcane, yet when used with care they can also be very powerful. In this post a couple of tips to get more out of your regexes when using Python’s re module.