Get text which is between some signs

Get text which is between some signs

Hi, I have a value which contains sth like this:

"200x200(+100.00)"

...and now I want to get that "100" value and set this as a new variable.
My target(100) is between sign + and .

Any idea?