Vision client tools for bult Indirect-ification of controls

I am finding that when I first designed an interface with hardcoded, yet well structured paths, the amount of work it takes to do the exact same procedure to "indirect-ify" all of these components is quite frustrating, especially as they are all exactly the same procedure to fix. Is there a form of a tool that would allow me to do something along the lines of modify all Tag Bindings into Indirect Tag Bindings -- the equivalent of the intent from this search and replace? I am currently selecting the bindings one at a time, copying the path, replacing "tb1" with {1} and filling {1} with "Root Container.project". The search and replace is very close but how do I indicate a change from Tag Binding to Indirect Tag Binding?

If Tag Bindings would just accept {Root Container.myProperty} and auto-cast as indirect tags, that would work perfectly fine as well.