elixirway v0.1.4 PigLatin
This is the main PigLatin module for translating words.
Summary
Functions
Finds the index of the first vowel in a word
Determines if a word starts with a vowel
Translates the given word to Piglatin
Functions
Finds the index of the first vowel in a word.
Return the index of the first vowel or nil if none found.
Examples
iex> PigLatin.get_first_vowel_index("apple")
0