strings.Count
strings.Replace
strings.ReplaceAll
Returns a copy of s with the first n occurrences of old replaced by new.
strings.Replace(s, old, new string, n int) string