home *** CD-ROM | disk | FTP | other *** search
- Path: ludens.elte.hu!genie
- From: genie@ludens.elte.hu
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Case-insensitive string comparison?
- Message-ID: <1996Feb8.141606.24155@ludens>
- Date: 8 Feb 96 14:16:06 +0200
- References: <4eu5i0$1qq@vixen.cso.uiuc.edu>
- Organization: Eotvos University, Budapest, Hungary
-
- In article <4eu5i0$1qq@vixen.cso.uiuc.edu>, djhoward@ux4.cso.uiuc.edu (howard daniel joseph) writes:
- > I'm using GCC
- >
- > Is there a library/include/whatever that can take two strings,
- > and indicated whether the one string contains the same characters as the
- > other (though not neccessaily same-case ...)
-
- locale.library from V37 (36?) will do this for you. Also check utility.library.
-
- > Or, even better, is there such a creature that can simply apply
- > an ADOS wildcard pattern to a string and return a value dependant on
- > whether the string matches this pattern ...
-
- dos.library has functions for that (ParsePattern and such).
-
- --------------------------------------------------------------------------------
- /// Kertai 'Genie' Gabor | PGP fingerprint:
- /// from Eotvos Lorad University of Sciences | 32 36 96 9A 15 61 03 98
- \\\/// Budapest 1038, Eszak u. 39., Hungary | 7D D3 29 14 84 27 78 AC
- \XX/ E-mail: genie@ludens.elte.hu | Public key via finger...
- --------------------------------------------------------------------------------
-