All Projects → xinglie → Html Entities Decoder

xinglie / Html Entities Decoder

decode all html entities

Programming Languages

javascript
184084 projects - #8 most used programming language

html-entities-decoder Version Number License download

npm install html-entities-decoder

decode all html entities

Examples

input : 1 © 2 "

ouput : 1 © 2 "

How to use

let decode = require('html-entities-decoder')
let input = '1 © 2 "'
let output = decode(input) // 1 © 2 "

License

MIT

Thank You!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].