This document provides a summary of regular expression anchors, quantifiers, character classes, escape characters, modifiers, replacements, assertions and sample patterns. It defines common regex tokens like ^, $, *, +, ?, {}, [], \b, \B, etc and explains what characters and patterns they can be used to match. Examples are given for matching dates, images, hex colors, passwords, emails and HTML tags.