This document presents an educational session on regular expressions (regex) delivered by Sandy Smith at WordCamp DC 2017. It explains the fundamentals of regex, including pattern matching, character classes, modifiers, and their practical applications in PHP. The session emphasizes the power of regex for tasks like data validation and extraction while cautioning against misuse that can lead to complex and insecure code.