huandu / xstrings

Implements string functions widely used in other languages but absent in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Right justify a string with pad string.

huandu opened this issue · comments

See str.rjust in Python and String#rjust in Ruby.

New api: RightJustify.