• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: case-insensitive strings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: case-insensitive strings


  • Subject: Re: case-insensitive strings
  • From: Ando Sonenblick <email@hidden>
  • Date: Tue, 08 Oct 2002 00:06:52 -0700

Matt,

Any reason you can't just do something like this (pseudo code):

NSMutableString *s1, *s2;

s1 = [s1 uppercaseString];
s2 = [s2 uppercaseString];

And then do the isEqual? Should take the case aspect out of the equation...

Ando

> I'd like to have a kind of NSString where isEqual: is case-insensitive.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >case-insensitive strings (From: Matt Neuburg <email@hidden>)

  • Prev by Date: [ANN] RRSpreadSheet-01J Jaguar Update
  • Next by Date: readInBackgroundAndNotify & Socket
  • Previous by thread: RE: case-insensitive strings
  • Next by thread: Re: case-insensitive strings
  • Index(es):
    • Date
    • Thread