Regex Tester
Test and debug regular expressions with real-time matching, capture groups analysis, and a library of common patterns.
/ /
Common Patterns
Sample Test Strings
Results
0 matches found
Enter a regular expression pattern to start testing
Flag Reference
g
- Global: find all matchesi
- Ignore case: case-insensitive matchingm
- Multiline: ^ and $ match line boundariess
- Dot all: . matches newlinesu
- Unicode: full unicode supporty
- Sticky: match at exact position