Skip to content
/ Unamper Public

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

License

Notifications You must be signed in to change notification settings

jkolb/Unamper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unamper

XHTML, HTML, and XML Entity Decoder

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published