The string looks like this like something along the lines of 3*2.2
or 6+3.1*3.21
or (1+2)*3,1+(1.22+3)
or 0.1+1+2.2423+2.1
it can vary a bit. I have to find the amount of decimal places in the number inside the string
with the most decimal places.
Im totally helpless on how to do it