Characters that can be matched inside a "/:input" pattern of the URLPattern API: developer.mozilla.org/en-US/docs/Web/API/URL_Patte…
new URLPattern({ pathname: "/:input" }).exec(`https://example.com/${String.fromCodePoint(i)}`).pathname.groups.input && log(i)new URLPattern({ pathname: "/:input" }).exec(`https://example.com/${String.fromCodePoint(i)}`).pathname.groups.input && alert(i)