strings.HasSuffix
strings.Index
strings.Count
Returns the index of the first instance of substr in s, or -1.
strings.Index(s, substr string) int