Pig Latin Translator
Pig Latin Rules
- If a word begins with a pure vowel (a,e,i,o,u), simply add yay to the end.
- If a word begins with a consonant, move the initial consonant block to the end of the word and append ay.
- If a word contains a y and no additional pure vowels treat the y as a vowel.
- If a word contains a y but is followed by a pure vowel at any point later in the word treat the y as a consonant.
- Preserve word capitalization from input.
- Preserve punctuation from input.
- Assert standardized capitalization of the first word in a sentence or phrase.