๐Ÿ› 

Utilities

Regex testing, timestamp conversion, and other essentials. ยท 3 live ยท Free ยท No signup

Frequently Asked Questions

Which regex flavour is used?

JavaScript's built-in RegExp engine, which follows the ECMAScript specification. Most patterns are compatible with other languages with minor adjustments.

What is a Unix timestamp?

A Unix timestamp is the number of seconds (or milliseconds) elapsed since January 1, 1970 00:00:00 UTC. It's the standard way to represent time in most programming systems.

Which Markdown features are supported?

GitHub Flavored Markdown: headings, bold, italic, inline code, fenced code blocks, tables, task lists, blockquotes, and horizontal rules.

Is my content sent to a server?

No. All rendering happens entirely in your browser using the marked library. Nothing leaves your device.