G
Guest
Hi all,
I would like to replace each .0 value with a 0.0. I have tried a find by
using the following wildcard .([0-9]{1}) but it pick up numbers like 15.2
etc. I only need to to add a zero before those numbers that are less than one.
ANy help would be appreciated.
I would like to replace each .0 value with a 0.0. I have tried a find by
using the following wildcard .([0-9]{1}) but it pick up numbers like 15.2
etc. I only need to to add a zero before those numbers that are less than one.
ANy help would be appreciated.