Created
June 30, 2016 12:50
-
-
Save HennIdan/82a39f58d6db1fe83d25b6a93671ed4e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import static strman.Strman.leftPad | |
leftPad("1", "0", 5) | |
// result => "00001" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment