Skip to content

Instantly share code, notes, and snippets.

@HennIdan
Created June 30, 2016 12:50
Show Gist options
  • Save HennIdan/82a39f58d6db1fe83d25b6a93671ed4e to your computer and use it in GitHub Desktop.
Save HennIdan/82a39f58d6db1fe83d25b6a93671ed4e to your computer and use it in GitHub Desktop.
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