Re: How to change the case of letters
Re: How to change the case of letters
- Subject: Re: How to change the case of letters
- From: Deborah Goldsmith <email@hidden>
- Date: Tue, 05 May 2009 14:31:02 -0700
Note that this will do a non-language-sensitive case conversion. If
you care about handling languages like Turkish correctly, use
CFStringUppercase.
Deborah Goldsmith
Apple Inc.
email@hidden
On May 4, 2009, at 10:13 PM, Graham Cox wrote:
On 05/05/2009, at 3:04 PM, rethish wrote:
Actually I want to change the case of letters in a particular range
of
selection.
[textView replaceCharactersInRange:[textView selectedRange]
withString:[[[textView string] substringWithRange:[textView
selectedRange] uppercaseString]];
Pick the bones out of that one... ;-)
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden