Python Regex Basics with the re Module A practical introduction to Python regex with the re module: match, search, findall, sub, groups, named groups, raw strings, and compiling patterns for speed. Jun 18, 2026 ·6 min read · #python#regex#intermediate