INST 326 Module 5

Topics

Module 5 introduces a useful toolkit for all sorts of text processing, parsing, and searching. Regular Expressions, or regex, is a language for defining patterns of text that can be used to find one or more matches in a target string. Libraries exist for working with regular expressions in the context of many different programming environments, including in Python (the ‘re’ module).

Learning Outcomes

After completing this module, students should understand:

Readings