Is there any function module to replace leading 0s with space.
e.g. if input is "000020", then output should be " 20" and not "20".