home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / programm / 5300 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.1 KB  |  35 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!caen!batcomputer!tasha.cheme.cornell.edu!elan
  3. From: elan@tasha.cheme.cornell.edu (Elan Feingold)
  4. Subject: FLEX question
  5. Message-ID: <1992Nov16.171445.26227@tc.cornell.edu>
  6. Lines: 22
  7. Sender: news@tc.cornell.edu
  8. Nntp-Posting-Host: tasha.cheme.cornell.edu
  9. Reply-To: elan@tasha.cheme.cornell.edu (Elan Feingold)
  10. Organization: Cornell University
  11. Date: Mon, 16 Nov 1992 17:14:45 GMT
  12.  
  13.  
  14. How does one match things regardless of case? i.e If I want to match 
  15. the keyword COOKIE, and I don't care what combination of upper and lower 
  16. letters the person used...
  17.  
  18. Anything but
  19.  
  20. COOKIE        CreateCookie();
  21. cOOKIE        CreateCookie();
  22. ..
  23.  
  24. Thanks, 
  25.  
  26. Elan
  27.  
  28. --
  29. ---------------------------------------------------------------------------
  30. |  Elan Feingold       |                                       |
  31. |  CS/EE Depts.        |                          |
  32. |  Cornell University  |     ( .sig currently under construction )     |
  33. |  Ithaca NY 14850     |                        |
  34. ---------------------------------------------------------------------------
  35.