Regex Tester
Test your regular expressions in real-time
Your files never leave your device
//
1 match(es) found
Test Text
Matches Highlighted
Hello! This is a sample text.
Send an email to john@example.com
Phone: +1 555 123 4567
Web: https://pikaedit.com
Date: 2024-01-15
Match List (1)
| # | Match | Position | Groups |
|---|---|---|---|
| 1 | john@example.com | 47–63 | — |
How to Use
- 1
Enter your regex pattern in the top field
- 2
Select the flags you want (g, i, m…)
- 3
Enter test text — matches are highlighted instantly
FAQ
Which regex syntax is supported?
JavaScript regex syntax (ECMAScript) is used.
Are global and multiline flags supported?
Yes, all common flags like g, i, m, s are supported.
Can I see groups separately?
Yes, capture groups are shown in a separate panel.