Z604/Z672 Comic Books and Their Readers, Spring 2024

Digital and Empirical Methods for Studying Readership and Fandom.

View the Project on GitHub jawalsh/z604-z672-comic-books-and-their-readers-SP24

Regular expressions: Just the basics

What are they?

Regular expressions are a fancy way of matching patterns in text. This gives you a more powerful tool to do search and replace, which can be especially handy for cleaning data.

XKCD comic on regex
XKCD comic on regex

Where can I use regex?

Basic content characters

Further reading

Wikipedia: Regular Expressions
Regular Expressions Quick Start
Jonny Fox, Regex tutorial
Loyola Marymount Explanation of Regexes