i have a String operation: "5 + 5 - 2 * 10 + 30 / 2" and i wanna convert it to: 5 + 5 - 2 * 10 + 30 / 2. I tried to use parseInt() but it did\'t help(