Re: Changing Case
Re: Changing Case
- Subject: Re: Changing Case
- From: Jonathan Jackel <email@hidden>
- Date: Thu, 18 Mar 2004 09:24:25 -0500
NSString *upper = [yourString uppercaseString];
RTM NSString.
Jonathan
On Mar 18, 2004, at 8:48 AM, 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.
Thanks in advance,
Mat
_______________________________________________
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.
_______________________________________________
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>) |