Re: Case *insensitive*
Re: Case *insensitive*
- Subject: Re: Case *insensitive*
- From: Ondra Cada <email@hidden>
- Date: Sat, 13 Jul 2002 13:27:33 +0200
On Friday, July 12, 2002, at 11:18 , Nico wrote:
I'd like to call the -objectForKey: method for my NSMutableDictionary
this way:
[myMutableDictionary objectForKey:someKey]
But I need to ignore the capitalization of someKey...
Use lowercaseString's for the dictionary keys.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.