home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!think.com!yale.edu!jvnc.net!netnews.upenn.edu!msuinfo!atlantic.cps.msu.edu!learman
- From: learman@cps.msu.edu (Jerome M Learman)
- Newsgroups: comp.lang.c
- Subject: Re: String function names
- Message-ID: <1i0fcaINNgqd@msuinfo.cl.msu.edu>
- Date: 1 Jan 93 03:55:54 GMT
- References: <1992Dec31.142013.21895@stsci.edu> <28185@dog.ee.lbl.gov> <1993Jan1.032304.14636@organpipe.uug.arizona.edu>
- Reply-To: learman@cps.msu.edu (Jerome M Learman)
- Organization: Dept. of Computer Science, Michigan State University
- Lines: 5
- NNTP-Posting-Host: atlantic.cps.msu.edu
- Originator: learman@atlantic.cps.msu.edu
-
- Does anyone know of a string function that converts all letter in the string to
- lower case letter or all capital letter. I could parse the string char by char
- and use a case statment but I really don't want to do this
-
- ---
-