Some new functions in this one related to string manipulation.
Additions
join
- identical tostrings.Join
, except that each element is converted to a string first (i.e.[]interface{}
is supported, not just[]string
)title
- exposedstrings.Title
toLower
- exposedstrings.ToLower
toUpper
- exposedstrings.ToUpper