# Introduction Regular expressions are a powerful tool for string manipulations and pattern matching. Python's `re` module provides several functions and methods to work with regular expressions. In this challenge, you'll use various `re` functions and methods to manipulate strings and extract information from them.
Click the virtual machine below to start practicing