home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2634 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: ux4.cso.uiuc.edu!djhoward
  2. From: djhoward@ux4.cso.uiuc.edu (howard daniel joseph)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Case-insensitive string comparison?
  5. Date: 2 Feb 1996 23:08:48 GMT
  6. Organization: University of Illinois at Urbana
  7. Message-ID: <4eu5i0$1qq@vixen.cso.uiuc.edu>
  8. NNTP-Posting-Host: ux4.cso.uiuc.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11.     I'm using GCC
  12.  
  13.     Is there a library/include/whatever that can take two strings, 
  14. and indicated whether the one string contains the same characters as the 
  15. other (though not neccessaily same-case ...)
  16.  
  17.     Or, even better, is there such a creature that can simply apply 
  18. an ADOS wildcard pattern to a string and return a value dependant on 
  19. whether the string matches this pattern ...
  20.  
  21.     I'm writing applications to search through raw output of an AWS 
  22. logfile parser, to snitch out goody tidbits such as top 10 of specific 
  23. homepages and such ... see http://arh0268.urh.uiuc.edu/ and 
  24. http://arh0268.urh.uiuc.edu/~dannyman/dev/ for more information on this 
  25. project ...
  26.  
  27.     All responses are appreciated ...
  28.  
  29. --
  30. =====///====================================================================
  31. ====///=======This message brought to you by dannyman@uiuc.edu==============
  32. \\\///=========HOME PAGE! http://www.uiuc.edu/ph/www/djhoward ==============
  33. =\XX/A1200==================================================================
  34.     My views are my own, and not those of my employer or UIUC. Happy Jim?
  35.