NSString+HTMLHelper is a collection of methods that helps me deal with HTML tags and URLs.
-
- (NSString *)mimeTypeFromURL:(NSURL *)pathForResource;
-
- (NSString *)mimeTypeFromResource:(NSString *)pathForResource ofType:(NSString *)type;
-
- (NSString *)URLEncodeString;
-
- (NSString *)URLDecodeString;
-
- (NSString *)replaceTagWithLineBreak;
-
- (NSString *)replaceTagWithWhiteSpace;
-
- (NSString *)stripHTMLTags;
Just copy the NSString+HTMLHelper Category
or NSString+HTMLHelper.h
and NSString+HTMLHelper.m
files to your project and #import
the header file NSString+HTMLHelper.h
HTMLHelper is available under the MIT license.