Re: Cocoa equivalent of CFStringTransform()
Re: Cocoa equivalent of CFStringTransform()
- Subject: Re: Cocoa equivalent of CFStringTransform()
- From: Jens Alfke <email@hidden>
- Date: Thu, 28 Mar 2013 21:08:07 -0700
On Mar 28, 2013, at 8:59 PM, John Joyce <email@hidden> wrote:
> I am not able to locate one, but is there still no Cocoa method like CFStringTransform() ?
> I seem to recall there being one now, but it may be a simple NSString Category I wrote that I am thinking of.
You can just call CFStringTransform on an NSMutableString by casting it to a CFMutableStringRef.
Not every CF function has an NS equivalent.
—Jens
_______________________________________________
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