I want to replace leading zeroes with space.
e.g. if input is "000020" output should be " 20" and not "20".