How to use
- Enter a regex pattern.
- Choose flags such as g, i or m.
- Paste short sample text.
- Select Test regex.
- Review matches or the validation error.
Web and Developer
Test regular expressions against sample text.
Your files and text never leave your computer. Your pattern and sample text stay in your browser. They are not uploaded, stored or sent to a Chrysoro server.
Complex regular expressions can be slow in the browser. The test only runs when you start it and shows at most 100 matches.
No tested matches yet.Yes. Some patterns can be expensive, so this browser version uses an explicit test action, caps the sample size and limits displayed matches.
No. Matching happens locally in the browser.