Re: Is the first character in a string a letter?
- From: " Frank" <frank@xxxxxxxxxx>
- Date: Wed, 31 Jan 2007 12:21:41 -0500
I found something to try
" Frank" <frank@xxxxxxxxxx> wrote in message
news:OXii$sVRHHA.2172@xxxxxxxxxxxxxxxxxxxxxxx
While I was at it I should have asked you about trimming a string of
leading white space.
Is there a easy way?
I've been searching the doc and the internet but can't find anything.
Thanks again
"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
.
- References:
- Is the first character in a string a letter?
- From: Frank
- Re: Is the first character in a string a letter?
- From: Brian Muth
- Re: Is the first character in a string a letter?
- From: Frank
- Is the first character in a string a letter?
- Prev by Date: Re: 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: Re: 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
|