Pads string on the left side if it's shorter than length. Padding characters are truncated if they exceed length.
- Lodash chained on (string): the padded string.
See Implementation
Pads string on the left side if it's shorter than length. Padding characters are truncated if they exceed length.