There are a couple of different ways to remove HTML tags from an NSString in Cocoa.
HTML tags
NSString
Cocoa
One way is to render the string into an
If you are willing to use Three20 framework, it has a category on NSString that adds stringByRemovingHTMLTags method. See NSStringAdditions.h in Three20Core subproject.