powered by
Strip leading zero from numeric string
strip_lzero(x)
A numeric string (or number that can be converted to a string).
A string with leading zero removed.
# NOT RUN { strip_lzero("0.05") # }
Run the code above in your browser using DataLab