strings.ToTitleSpecial() Function in Golang With Examples
strings.ToTitleSpecial() Function in Golang is used to returns a copy of the string s with all Unicode letters mapped to their Unicode title case, giving priority to the special casing rules. Syntax: func ToTitleSpecial(c unicode.SpecialCase, s string) string Here, c is the case mapping and s is the