DEV Community

Discussion on: Daily Challenge #80 - Longest Vowel Change

Collapse
 
pmkroeker profile image
Peter

Hey good to know thanks! Just learning go so didn't realize I could do that. Thanks!

Thread Thread
 
rafaacioly profile image
Rafael Acioly • Edited

there's also strings.Count built-in method ;)

golang.org/pkg/strings/#Count

strings.Count("codewarriors", "a") // 1