Can anybody tell me how to convert math operation which is in string to int and get the result? For example give string "2 + 3 * 4 - 5" to function and get correct result. Any tips how to do it?
Thank You :)
I tried to use split and join method but nothing good happend