Is there any chance that Cloudflare Worker routes will support regular expressions? This would be really useful as we could gradually move to Workers, and keep everything that cannot be static served (backend, forms) the way it is right now.
We’re using wrangler
to deploy now.
I guess it could also possible to adapt the deployed JS to make this feasible somehow? But even then, this would require a lot more thinking and code than simply having routes with regexp.