This document provides an overview of regular expressions (RE) for PHP, including what they are, why they are useful, basic syntax, and examples of using RE to match, find, replace, and split text. RE allow complex text matching and are available in most programming languages including PHP. They can be used to validate formats, extract data, and make replacements in text.