strings.ToValidUTF8() Function in Golang With Examples
strings.ToValidUTF8() Function in Golang is used to returns a copy of the string s with each run of invalid UTF-8 byte sequences replaced by the replacement string, which may be empty. Syntax: func ToValidUTF8(str, rep string) string Here, str is string which may contain invalid UTF-8 and rep is the