Glossary

Regex (Regular Expression)

A pattern-matching language for searching and manipulating text. In Python, used via the `re` module. Useful but often hard to read -- a good candidate for AI generation. (Ch. 5)

Learn More

Related Terms