Re: Is the first character in a string a letter?



The only thing wrong with it is that I couldn't find it

thanks

"Brian Muth" <bmuth@xxxxxxxx> wrote in message
news:eNmY6iVRHHA.4692@xxxxxxxxxxxxxxxxxxxxxxx

" Frank" <frank@xxxxxxxxxx> wrote in message
news:OV$C%23aVRHHA.1180@xxxxxxxxxxxxxxxxxxxxxxx
There must be an easier way then what I'm doing to determine if the first
character in a string is a valid letter.

My code is getting to big. There must be a better way.


Anything wrong with isalpha(s[0]) ?

Brian



.


Loading