hi i'm looking for some way i can remove some certain things from a string...

i want {bla}hello {...}hel{bla}lo to return as hello hello
so i want to be able to remove everything inside the braces, including the braces themselves from the string...i tried a couple of regex tutorials but couldnt figure it out >.<

please help!
thanks ^^