Hi , Could any body help me, I have to check a string either Vowels or Consonants. I got RegExp: " ^[aeyiuo]*$|^[^aeyiuo]*$" if string contains Either NG or Y then it should not match . How I can add above condition .