UUID Generator
Developer Utilities
Generate cryptographically random UUID v4 identifiers.
Open ToolCompare two texts line by line and highlight the changes.
function greet(name) {- return "Hello " + name;+ return `Hello, ${name}!`;}
Diffing is the quickest way to spot what actually changed between two configuration files, API responses or code snippets when the difference is a single character somewhere in the middle.
The comparison uses a longest-common-subsequence algorithm over lines, the same basic approach as version control tools, and stacks the two panes vertically on small screens.
Developer Utilities
Generate cryptographically random UUID v4 identifiers.
Open ToolDeveloper Utilities
Test regular expressions with live matches and capture groups.
Open ToolDeveloper Utilities
Build cron expressions visually and explain existing ones.
Open ToolFormatters
Format, beautify and validate JSON with clear error messages.
Open Tool