Skip to content

Instantly share code, notes, and snippets.

@RoastBeefKazenakis
Created August 7, 2019 15:46
Show Gist options
  • Save RoastBeefKazenakis/9d77525ad670215567b57d4596375ae1 to your computer and use it in GitHub Desktop.
Save RoastBeefKazenakis/9d77525ad670215567b57d4596375ae1 to your computer and use it in GitHub Desktop.
func numberOfVowels(inString: String) {
inString.count
let firstA = firstA.firstIndex(of: "a") ?? firstA.endIndex
}
numberOfVowels(in: "lake")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment