strings.Fields
strings.Repeat
strings.ContainsAny
Returns a new string consisting of count copies of s.
strings.Repeat(s string, count int) string