string variable(FINDING ONLY ALPHABETS POSITION)
how to find a character index that starts with alphabets ...(not numbers)
for example
i have a string 1231:qwesasd',
string s=' 1231:qwesasd'
i need to get the index of character q...
can any one help me...

