string left pad
This is emacs-lisp version of left-pad, all test compatible with it.
This package SHOULD-NOT add to melpa, you need to install it manually.
(require 'leftpad)
(leftpad "foo" 5)
;; => " foo"
(leftpad "foobar" 6)
;; => "foobar"
(leftpad 1 2 0)
;; => "01"
If S is shorter than LEN, pad it with CH on the left.
Markdown README file generated by
make-readme-markdown.el