*CHARINDEX ( expression1 ,expression2 [ , start_location ] ) explorer this function maybe this solve ur problem.
Take Care * On Thu, Dec 18, 2008 at 1:40 PM, CK <[email protected]> wrote: > > 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. >
