Regex terms
Powerful pattern matching — with great power comes great confusion
Regular expressions are a compact language for describing patterns in text — extraordinarily powerful, notoriously hard to read, and present in virtually every programming language. This category covers syntax, anchors, groups, lookaheads, quantifiers, and the performance traps like catastrophic backtracking that turn a useful pattern into a production incident.