From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e1db3171dee75056 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Strings Date: 2000/05/28 Message-ID: <8gpq2n$oj0$1@nnrp1.deja.com>#1/1 X-Deja-AN: 628105775 References: <8gntbr$mei$2@news.cowan.edu.au> <20000527160256.22891.00000308@ng-fw1.aol.com> X-Http-Proxy: 1.0 x65.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Sun May 28 00:43:05 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-05-28T00:00:00+00:00 List-Id: In article <20000527160256.22891.00000308@ng-fw1.aol.com>, maggiejohn@aol.com (MaggieJohn) wrote: > Loop through your string and check that each character is >between 'a' and 'z' > or 'A' and 'Z'. Are you familiar with ASCII codes? Your > string is made up > of ASCII codes. Some are for letters, which sounds like what >you want. Some > are for numbers, punctuation, and some are non-printable ^^^^^^^ you mean digits! >control characters. Actually David's advice was more useful. All letters are not in the range 'a' to 'z' unless you have a very english-centered view of the world :-) Sent via Deja.com http://www.deja.com/ Before you buy.