URL Encode/Decode
Encode or decode URL-encoded strings. Handle special characters in URLs.
URL-Encoded Output
function($$renderer3) {
{
$$renderer3.push("<!--[-1-->");
}
$$renderer3.push(`<!--]--> `);
if (output) {
$$renderer3.push("<!--[0-->");
$$renderer3.push(`<div><div class="text-xs font-medium text-(--color-text-muted) mb-1">${escape_html2("URL-Encoded Output")}</div> <div class="font-mono text-sm p-3 rounded bg-(--color-surface-alt) break-all select-all whitespace-pre-wrap">${escape_html2(output)}</div></div>`);
} else {
$$renderer3.push("<!--[-1-->");
}
$$renderer3.push(`<!--]-->`);
}