Re: Is the first character in a string a letter?
- From: "Brian Muth" <bmuth@xxxxxxxx>
- Date: Wed, 31 Jan 2007 08:56:17 -0800
" 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
.
- Follow-Ups:
- Re: Is the first character in a string a letter?
- From: Frank
- Re: Is the first character in a string a letter?
- From: Frank
- Re: Is the first character in a string a letter?
- References:
- Is the first character in a string a letter?
- From: Frank
- Is the first character in a string a letter?
- Prev by Date: Is the first character in a string a letter?
- Next by Date: Re: Is the first character in a string a letter?
- Previous by thread: Is the first character in a string a letter?
- Next by thread: Re: Is the first character in a string a letter?
- Index(es):
Relevant Pages
|