Skip to content

herber/escapify

Repository files navigation

escapify Build Status Codestyle fyi

Escape html strings

Install

$ npm install --save escapify

Usage

const escapify = require('escapify');

escapify.escape('<html string>');
//=> '&lt;html string&gt;'

escapify.unescape('&lt;html string&gt;');
//=> '<html string>'

API

escapify.escape(input)

input

Type: string

unescaped html string

escapify.unescape(input)

input

Type: string

escaped html string

License

MIT © Tobias Herber

About

Escape html strings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published