Remove trailing zeros
Summary
Remove trailing zeros of numberContent
Hi,
I have my input text as 0000001780936400. I should remove leading and trailing zeros in the number and the result should be as 17809364. I removed the leading zeros using number() fn. Please suggest a way to remove trailing zeros
0