Optionaltext: null | stringThe source string to inspect
Optionalsize: numberThe size to pad to
Optionalpad: null | stringThe target string to fill, default is space
the left padded string with the given size and string, or original string if no padding is necessary
Returns the left padded string with the given size and string, or original string if no padding is necessary