Dear All,
I ask for your help for the problem below, I want to take only the numbers, namely :
"abcd 1 PqDTwYY - ZooTrY,(1013.686 Meters)" ------> 1013.686
and I've used regex : ".+\((\d.*)\)" and the result is 1013.686 Meters but I can't get rid of the word "Meters"
Regards,
Ar1ef