The regex can be easier to work with if you use the "\v" pattern prefix. With that, you don't have to escape "(", "{", "[" and more.

`:%s/\vUSet(\d\d)-(\d)/USet\1\2/`