Goldziher / go-utils

Simple and performant utilies using Go generics inspired by JavaScript and Python
https://goldziher.github.io/go-utils/
MIT License
46 stars 13 forks source link

Fixing pad function, to prevent output to be too long due to a multi … #16

Closed vhoen closed 1 year ago

vhoen commented 1 year ago

…char pad string

Updated pad functions to take into account pad string length and prevent the output to be too long by truncating pad string

stringutils.PadRight("Azer", "ab", 7) // Azeraba