home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / c / 19109 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  860 b 

  1. 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
  2. From: learman@cps.msu.edu (Jerome M Learman)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: String function names
  5. Message-ID: <1i0fcaINNgqd@msuinfo.cl.msu.edu>
  6. Date: 1 Jan 93 03:55:54 GMT
  7. References: <1992Dec31.142013.21895@stsci.edu> <28185@dog.ee.lbl.gov> <1993Jan1.032304.14636@organpipe.uug.arizona.edu>
  8. Reply-To: learman@cps.msu.edu (Jerome M Learman)
  9. Organization: Dept. of Computer Science, Michigan State University
  10. Lines: 5
  11. NNTP-Posting-Host: atlantic.cps.msu.edu
  12. Originator: learman@atlantic.cps.msu.edu
  13.  
  14. Does anyone know of a string function that converts all letter in the string to
  15. lower case letter or all capital letter. I could parse the string char by char
  16. and use a case statment but I really don't want to do this
  17.  
  18. ---
  19.