YOU’RE LEARNING TO↗learner can construct patterns using literals, character classes, quantifiers, and anchors
↗learner can use re.search, re.match, re.fullmatch, re.findall, re.finditer, re.sub, and re.split correctly
↗learner can explain why raw strings matter for regex patterns
↗learner can capture groups and extract sub-matches