SunnyTools

Developer Tools

Regex Tester

Try regex patterns locally with flags, highlighted matches, and captured groups.

Flags

Matches
Groups

What is Regex Tester?

Regex Tester lets you try JavaScript regular expressions against sample text.

How to use it

Enter a pattern, choose flags, paste sample text, and review highlighted matches plus captured groups.

How it works

The tool creates a browser `RegExp` with your flags and iterates matches locally, protecting against empty-match loops.

Is data saved?

Patterns and sample text stay on the page.

Related tools

Tools in the same category that are planned or ready to use.

JVDeveloper Tools

JSON Formatter & Validator

Format, minify, validate, and inspect JSON snippets.

2-36Developer Tools

Number Base Converter

Convert integers between binary, octal, decimal, hexadecimal, and custom bases.

64Developer Tools

Base64 Encoder/Decoder

Encode or decode Base64 text in your browser.