Template:Is vowel
Jump to navigation
Jump to search
Creates a switch based on whether the input text starts with a vowel (A, E, I, O, or U, case-insensitive) or not.
Index | Description |
---|---|
1 | The text to test |
2 | The text to output if 1 starts with a vowel
|
3 | The text to output if 1 does not start with a vowel
|