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