Simple but powerful
It does exactly what I wanted: I can write an expression to match an URL while extracting values from it, so I can reconstruct said URL to redirect to a different frontend. It’s specially good if you know how to use regular expressions and capture groups, although the default wildcard matching is good enough for most use cases.