Regex Cheat Sheet
Interactive regular expression reference with descriptions and examples.
About
Regular expressions (regex) are patterns used to match character combinations in strings. They are used in programming, text editors, command-line tools, and databases. This cheat sheet covers the most commonly used regex patterns and syntax.