This document provides an introduction to regular expressions (regex). It discusses the history and applications of regex, common operators and constructs like quantifiers and character classes, and examples of regex patterns for tasks like validation of emails and IP addresses. It also provides resources for learning more about regex like books, websites and tools for testing regex.