Regex Cheat Sheets
Comprehensive regular expression references for all major programming languages. Master regex patterns, syntax, and examples with our detailed cheat sheets.
🟨
JavaScript
Master JavaScript regex patterns for web development
View Cheat Sheet →
☕
Java
Java regex patterns with Pattern and Matcher classes
View Cheat Sheet →
🐍
Python
Complete Python regex guide with re module examples
View Cheat Sheet →
🐹
Go
Go regex patterns with regexp package functions
View Cheat Sheet →
🦀
Rust
Rust regex patterns with performance optimization
View Cheat Sheet →
🔷
.NET/C#
C# regex patterns with Regex class methods
View Cheat Sheet →
🐪
PCRE
Perl Compatible Regular Expressions reference
View Cheat Sheet →
🐪
PCRE2
Advanced PCRE2 patterns and features
View Cheat Sheet →
What You'll Find in Our Cheat Sheets
Essential Patterns
- • Character classes and ranges
- • Quantifiers and repetition
- • Anchors and boundaries
- • Groups and capturing
Language-Specific Features
- • Syntax variations
- • Built-in functions
- • Performance tips
- • Common use cases
Need More Help?
Try our interactive tools to build and test your regular expressions