I got "2 + 2" in a string variable.

I would like to know if it's possible to actually execute/calculate that STRING to obtain the result of "4".

I don't feel like parsing/messing with the string, unless I have no choice.

Thank you!