Skip to content

📦 Decodes strings with HTML encoded characters

License

Notifications You must be signed in to change notification settings

daschaa/de-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

de-html

De-html is a package to decode HTML encoded symbols in a string. It scans a string for HTML encoded codes and replaces them with the corresponding symbols.

Installation & Usage

The package can be installed with

npm install de-html

It can then be used in the code.

import { decode } from 'de-html';

decode("This is a hashtag: # "); // => This is a hashtag #

About

📦 Decodes strings with HTML encoded characters

Resources

License

Stars

Watchers

Forks

Packages

No packages published