Skip to content

convert Dec/Hex/Entity types of escaped html into the original

Notifications You must be signed in to change notification settings

RyanLiu0235/unescape-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unescape-alltypes-html

This repo is created to convert all types of escaped html into the original one, including Hex/Dec/Entity.

See sidehtmlentity for details.

unescape-html is just a reverse of escape-html, and it fails to convert some types.

Installation

$ yarn add unescape-alltypes-html

# or if you prefer npm
$ npm install unescape-alltypes-html

Usage

import unescape from 'unescape-alltypes-html'

unescape('& & &') //'& & &'

About

convert Dec/Hex/Entity types of escaped html into the original

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published