This document provides an overview of regular expressions (RegEx). It explains what RegEx is, some basic RegEx syntax like character classes and anchors, and common uses of RegEx like searching logs and programming. Useful regular expressions are also included, such as for social security numbers, phone numbers, and email addresses. Questions are welcomed at the end.