Re: case-insensitive strings
Re: case-insensitive strings
- Subject: Re: case-insensitive strings
- From: Chris Ridd <email@hidden>
- Date: Thu, 10 Oct 2002 21:01:34 +0100
On 10/10/02 8:21 pm, Andy Lee <email@hidden> wrote:
>
At 7:00 PM +0100 10/10/02, Chris Ridd wrote:
>
> This is particularly barf-worthy since CoreFoundation has supported
>
> case-insensitive compares since 10.0:
>
>
>
> res = CFStringCompare(str1, str2, kCFCompareCaseInsensitive);
>
>
So has Foundation. See [NSString -caseInsensitiveCompare:].
Much more convenient than dipping into CF :-)
Cheers,
Chris
_______________________________________________
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.