PadLeft
func Capitalize(str string) string
Capitalize - Capitalizes a string by changing the casing format of the first letter of the string.
func Capitalize(str string) string
Capitalize - Capitalizes a string by changing the casing format of the first letter of the string.