asked on October 30, 2018
•
Show version history
I am sure this is simple but I am terrible with pattern matching!
I have a token that can have 4 or 5 digits but the length of a finished token has to be 9 digit ( add 0s). What is the best way to do this and retain 0s in the front of the number?
Thanks!
0
0