An open API service indexing awesome lists of open source software.

https://github.com/jkolb/unamper

Pure Swift implementation of XHTML, HTML, and XML entity decoding
https://github.com/jkolb/unamper

Last synced: about 1 month ago
JSON representation

Pure Swift implementation of XHTML, HTML, and XML entity decoding

Awesome Lists containing this project

README

        

# Unamper

#### XHTML, HTML, and XML Entity Decoder

let string = ""Peas & Carrots""
let unescapedString = string.unescapeEntities()
print(unescapedString) // "Peas & Carrots"