v = "64x43x12" -> '64x43', '12' How split it by the las 'x'? In 2.4 it could be used rsplit("x",1) but i've 2.3.5 Is there another way of splitting a string from the end?