Regular Expressions (Regex) Cheat Sheet
Table of Contents
1. Basic and Quantifier Syntax
Symbol
Description
Example
Matches
2. Greedy vs. Non-Greedy Matching
Type
Symbol
Description
Example
Matches
3. Character Classes
Character Class
Description
Example
Matches
4. Grouping and Backreferences
Symbol
Description
Example
Matches
Example Usage of Backreferences
5. Flags
Flag
Description
6. Common Use Cases
Matching Email Addresses
Matching Phone Numbers (US Format)
Extracting URLs
Matching Hex Colors
Matching Dates (YYYY-MM-DD)
Summary
Last updated