tutorials Using Regex in Visual Studio Code (Brief) Here's how I used the Find and Replace tool in Visual Studio Code to quickly regex some text (converting .srt to Skillshare's weird subtitle format).
tutorials Regex: A quick summary in Python A summary of Chapter 7 of 'Automate the Boring Stuff With Python'. This is about pattern matching with regular expressions (regex).