Regex Tester
Test a regular expression against your text, with flags, and see every match.
- Runs in your browser
- Nothing uploaded
- Free, no sign-up
Processed locally in your browser. Your text never leaves this tab.
How to Use Regex Tester
- Enter a pattern and flags. The regex and any flags like g or i.
- Paste test text. The text you want to search.
- Test. Every match is found and listed.
- Copy the result. Click Copy result. It all runs in your browser.
Frequently Asked Questions
Which flags can I use?
Any combination of g, i, m, s, u, and y, the standard JavaScript regular expression flags.
What does it return?
The number of matches and each matched piece of text, or a message if there are none.
What if my pattern is invalid?
The tool reports the error from the regular expression engine so you can fix the pattern.
Is my data sent anywhere?
No. The test runs entirely in your browser, so your text never leaves the tab.
Is it free?
Yes. Every tool here is free to use with no sign up.
Related Tools
JSONPath Tester →
Test a JSONPath expression against your JSON and see every matching value.
Regex Cheat Sheet →
A searchable quick reference for regular expression tokens, with what each one matches.
Regex Generator →
Generate a ready-made regular expression for common patterns like email, URL, and date.
Regex Generator from Text →
Generate a regular expression from example text, generalizing digits, letters, and spaces.
Email Subject Line Tester →
Score email subject lines - length, spam triggers, emoji count, inbox preview. Tips to…
Structured Data Tester →
Paste JSON-LD or page HTML and validate it against required and recommended properties per…
AI Token Counter →
Count the tokens in your text and estimate the API cost across GPT, Claude…
Android AssetLinks JSON Generator - App Links →
Android AssetLinks JSON Generator files for Android App Links. Configure package names and SHA-256…
Convert ASCII to Binary →
Convert ASCII to Binary tool. Convert text to binary and binary to text. 100%…
Base32 Encoder/Decoder →
Free Base32 encoder and decoder tool. Encode or decode Base32 strings online. 100% client-side,…
Base58 Encoder/Decoder →
Free Base58 encoder and decoder tool. Encode or decode Base58 strings like Bitcoin addresses.…
Base64 Encoder and Decoder →
Base64 Encoder and Decoder - Convert text strings into Base64 format or decode Base64…