Strip leading zero from numeric string
strip_lzero(x)
x
A numeric string (or number that can be converted to a string).
A string with leading zero removed.
strip_lzero("0.05")