Re: Changing Case
Re: Changing Case
- Subject: Re: Changing Case
- From: Jeremy Dronfield <email@hidden>
- Date: Thu, 18 Mar 2004 14:24:33 +0000
On 18 Mar 2004, at 1:48 pm, Mathew Peterson wrote:
Is there any neat Cocoa way of changing the case of a single character
or string? I am just looking around in the NSText world for the first
time and I am probably missing something rather simple.
There's an NSString method:
NSString *myUppercaseString = [myString uppercaseString];
See the documentation for limitations of this method.
-Jeremy
========================================
email@hidden
theLocustFarm.net:
- fractious fiction at
http://freespace.virgin.net/jeremy.dronfield
========================================
_______________________________________________
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: | |
| >Changing Case (From: Mathew Peterson <email@hidden>) |