dwhansen-cbg
6 years agoContributor
Add Leading Zeros
I have strings that are storing a two digit number (i.e. 00, 01, 02, etc) but I need to add another leading zero (i.e. 000, 001, 002). I don’t want to simply concatenate a 0 on the front in case I ha...
- 3 years ago
If you are referring to a tab-delimited file, simply replace the field delimiter from a comma to “\t”