I found an issue when trying to use a regex with multiple query groups. When I created the target URL with the params: /something?param1=$1¶m2=2
The redirect would not work. When I changed the target to: /something?param1=$1¶m2=2
It worked. However, it doesn't display like that in the admin. Might be something that's causing issues with other people.