padLeft
Explicit left padding — alias for pad().
string(required): the string to padlength(required): target lengthchar(optional): pad character (default" ")
utlx
padLeft("42", 5, "0") // "00042"