Skip to content

suissa/T2E2T

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

t2e2t Build Status

Transform Text to HTML Entity and HTML Entity to text

Install

npm install --save t2e2t

Examples

See examples/ for different use cases.

Transform textToEntity("Têxt tõ entitîes") => "T&ecirc ;xt t&otilde ; entit&icirc ;es

Transform entityToText("Têxt tõ entitîes") => "Têxt tõ entitîes"

License

MIT

About

Node module to transform Text to Entity and Entity to Text again

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors