Re: case-insensitive strings
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.