That must be a homework question. You have two obvious options, one is to do a Regex match, and the other is to read through the string one character at a time and compare it to a list of vowels.
On 18 Dec, 03:53, DotnetBeginner <[email protected]> wrote: > I am trying to read vowels from a string. > Can any body help me.
