How to add custom routes for redirections to certain tags?

Hello,

I would like to have url’s of the form example.com/[0-9]+/[0-9]+ to be redirected to example.com/tag/$1-$2 where $1 refers to the first [0-9]+ and $2 refers to the second. Is there a simple way to accomplish this?

You can have a look at /admin/customize/permalinks. You might be able to use permalink normalizations site setting to do it in one step, but I’m not sure.