Regex Tester: quick start guide
Everything you need for a first successful run: what to paste in, which option actually matters, and how to read the result.
How to use
- Open the tool and paste your input into the left pane.
- Set only the options your task actually needs — the defaults are correct for most inputs.
- Read the result in the right pane; it updates as you type.
- Use Copy to take the result, or Download to save it as a file.
Examples
Try email pattern.
Input
user-2026@mail.com and admin@sub.example.co.uk
Output — Results
<p class="tb-note">2 matches</p><table class="tb-table"><tr><th>#</th><th>Match</th><th>Index</th></tr><tr><td>1</td><td><code>user-2026@mail.com</code></td><td>0</td></tr><tr><td>2</td><td><code>admin@sub.example.co.uk</code></td><td>23</td></tr></table><pre class="ex-io"><mark>user-2026@mail.com</mark> and <mark>admin@sub.example.co.uk</mark></pre>
Run
Description
Live JavaScript regex testing with match groups highlighted.
Related tools
Regex Replace ToolApply regex replacements with $1 capture references.Common Regex LibraryReady-made patterns for email, URL, phone, dates and more.Base64 EncoderEncode text, JSON, URLs or files to Base64, standard or URL-safe.URL EncoderPercent-encode URLs or single query components.Base64 DecoderDecode Base64 (standard or URL-safe) back to text or bytes.SHA-256 Hash GeneratorCompute the SHA-256 digest — the standard for modern integrity checks.