Share Your Regex: The Magic of Link-Based Collaboration

You just wrote the perfect regex. Now you want to share it.

Most tools? Paste into chat → formatting breaks → context lost.

This tool? Click Share via Link → done.

How It Works

  • Your regex is Base64-url-encoded
  • Added as ?r=... to the URL
  • Open the link → instantly loads your pattern + explanation
  • No server. No database. No tracking.

Use Cases

  • Code reviews (“Why does this fail?”)
  • Teaching regex in workshops
  • Stack Overflow answers
  • Debugging with teammates

100% Private

Nothing is stored. The regex lives only in the URL. Delete it → gone forever.

Pro Tip

Combine with browser “Copy URL” → paste into Slack, Discord, email → instant understanding.

FAQ

Is there a character limit?

URL limit (~2000 chars). For longer, use the tool locally.

Can I password-protect?

Not needed — obscurity + short lifespan = secure enough.

Share knowledge. Not data.