XML 实体解码器 Unamper
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/jkolb/Unamper
软件介绍
Unamper 是纯 Swift 实现 XHTML, HTML, 和 XML 的实体解码器。
XHTML, HTML, 和 XML 实体解码
let string = ""Peas & Carrots"" let unescapedString = string.unescapeEntities() print(unescapedString) // "Peas & Carrots"
