Skip to Content
0
Former Member
Jan 16, 2008 at 06:38 AM

to replace leading zeroes with space

365 Views

I want to replace leading zeroes with space.

e.g. if input is "000020" output should be " 20" and not "20".