🔒 The Private Developer Toolbox

Fast, private, browser-based
tools for developers

Format JSON, decode JWTs, run Base64 and URL codecs, and master regex — all in one toolbox. Your data never leaves your browser.

✓ 100% client-side✓ No uploads, no tracking of your input✓ Free & unlimited

All Tools

Search the toolbox or browse by category. Every tool runs entirely in your browser.

Regex

JSON

XML

HTML

Converters

Encoding

Hash

Security

Common Regex Patterns

Browse our comprehensive library of ready-to-use regex patterns for common validation tasks.

Email Address

Beginner

Matches valid email addresses with standard format

^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$

Examples:

user@example.comtest.email+tag@domain.co.uk

US Phone Number

Intermediate

Matches US phone numbers in various formats

^\+?1?[-. ]?\(?([0-9]{3})\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})$

Examples:

(555) 123-4567+1-555-123-4567

Chinese Mobile Number

Beginner

Matches Chinese mobile phone numbers (11 digits starting with 1)

^1[3-9]\d{9}$

Examples:

1381234567818987654321

URL/HTTP

Intermediate

Matches HTTP and HTTPS URLs

^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)$

Examples:

https://example.comhttp://www.site.org/path?query=1

Date (MM/DD/YYYY)

Intermediate

Matches US date format MM/DD/YYYY

^(0[1-9]|1[0-2])\/(0[1-9]|[12]\d|3[01])\/(19|20)\d{2}$

Examples:

01/15/202412/31/2023

Date (YYYY-MM-DD)

Beginner

Matches ISO date format

^\d{4}-\d{2}-\d{2}$

Examples:

2024-01-152023-12-31

IPv4 Address

Intermediate

Matches valid IPv4 addresses

^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$

Examples:

192.168.1.110.0.0.1

IPv6 Address

Advanced

Matches IPv6 addresses (simplified format)

^([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}$

Examples:

2001:0db8:85a3:0000:0000:8a2e:0370:7334fe80:0000:0000:0000:0000:ff00:0042:8329

US SSN (XXX-XX-XXXX)

Beginner

Matches US Social Security Numbers with dashes

^\d{3}-\d{2}-\d{4}$

Examples:

123-45-6789987-65-4321

Strong Password

Advanced

At least 8 chars with uppercase, lowercase, number, and special character

^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$

Examples:

MyPass123!Secure@2024

Credit Card Number

Advanced

Matches major credit card formats (Visa, MasterCard, Amex, etc.)

^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|3[47][0-9]{13}|3[0-9]{13}|6(?:011|5[0-9]{2})[0-9]{12})$

Examples:

41111111111111115555555555554444

MAC Address

Intermediate

Matches MAC addresses with colon or dash separators

^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$

Examples:

00:1B:44:11:3A:B700-1B-44-11-3A-B7

Username

Beginner

3-16 characters, letters, numbers, and underscores only

^[a-zA-Z0-9_]{3,16}$

Examples:

user123john_doe

US Zip Code

Beginner

Matches 5-digit or 9-digit US ZIP codes

^\d{5}(-\d{4})?$

Examples:

1234512345-6789

Hex Color Code

Beginner

Matches 3 or 6 digit hexadecimal color codes

^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$

Examples:

#FF0000#f00

Why RegexBox?

The Private Developer Toolbox: fast, browser-based tools you can trust with sensitive data.

Private by Design

Every tool runs 100% in your browser. Your JSON, tokens, and text are never uploaded, logged, or sent to any server.

Instant & Free

No sign-up, no paywall, no artificial limits on the core tools. Open a page and get the answer in milliseconds.

AI Where It Helps

Our AI regex generator turns plain-English descriptions into working patterns — used only where AI genuinely adds value, never as a gate for basic tools.

A Growing Toolbox

JSON, JWT, Base64, URL codecs, and a full regex suite today — with new developer tools shipping regularly.

Simple, Transparent Pricing

Start free and upgrade when you need more. No hidden fees, no complex tiers. Just straightforward regex generation.

Free Trial

Get started with limited usage

Free
  • 5 free regex generations
  • Access to pattern library
  • Pattern explanations
  • Basic testing tools
Get Started
Most Popular

Monthly Plan

Perfect for regular users with daily needs

$6.99/month
  • 200 regex generations per day
  • Advanced pattern explanations
  • Export patterns in multiple formats
  • Save and organize patterns
  • Priority support
Best Value

Yearly Plan

Maximum value for power users

$49.9/year
Save 40% vs Monthly
  • 500 regex generations per day
  • Advanced pattern explanations
  • Export patterns in multiple formats
  • Save and organize patterns
  • Priority support
  • API access (coming soon)

Master Regular Expressions Today

Create, test, and share regular expressions with confidence. Join thousands of developers who trust our AI-powered regex generator for their pattern matching needs.

Get Started Free