This document is a cheat sheet for regular expressions that provides descriptions and examples of common regex anchors, character classes, POSIX character classes, assertions, quantifiers, escape sequences, common metacharacters, special characters, groups and ranges, and pattern modifiers. It also includes examples of string replacement constructs in regular expressions. The cheat sheet was created by Dave Child and published on cheatography.com as a reference for using regular expressions.