Skip to content

A utility function to unescape a string containing legally-html-escaped entities to the plain text

Notifications You must be signed in to change notification settings

tibetty/unescapeHtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

unescapehtmltext

A utility function to unescape a string containing legally-html-escaped entities to the plain text

Installation

npm i unescapehtmltext

Usage

const uht = require('unescapehtmltext');
console.log(uht('Ο © 𘚟 & <Hello, World!>'));

About

A utility function to unescape a string containing legally-html-escaped entities to the plain text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published