ChrisRicca / ALBHTMLTranslation

HTML entity decoding for Objective-C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ALBHTMLTranslation

HTML entity decoding for Objective-C.

Usage

Files

  • NSString+ALBHTMLDecoding.h
  • NSString+ALBHTMLDecoding.m
  • ALBHTMLEntityCodes.json

Methods

-[NSString alb_stringByDecodingHTMLEntities]: Returns a new string with all HTML entities in the receiver decoded.

License

Available under MIT license. See LICENSE file for more info.

About

HTML entity decoding for Objective-C.

License:MIT License