Overview
Learning Outcomes
After completing this module, students should be able to:
-
understand what regular expressions are.
-
recognize regular expressions.
-
write regular expressions to match identified patterns.
-
understand how regular expressions are built into text editors.
-
understand the application of regular expressions in web scraping, data wrangling, and data validation.
-
understand how to write Regular Expressions.
-
understand how to use the re python module to find regular expressions matches.
-
understand how to use the re python module to extract data from files.
Additional Readings
You may find it helpful to refer to the following resources:
-
Severance, Python for Everybody
-
Murugan, Medium History of Regular Expression