entity2utf8

3.0.1 • Public • Published

Build Status Coverage Status NPM Version Dependency Status NPM Downloads

entity2utf8

Find and replace HTML entities to UTF-8 symbols.

Ignore entities:

  • <
  • >
  • &
  • "
  • '

CLI

npm install entity2utf8 -g

entity2utf8 mytext.txt

entity2utf8 mytext1.txt mytext2.txt mytext3.txt

entity2utf8 --ignore " ,»" mytext1.txt

entity2utf8 --ignore " ,»" --exts ".html,.htm" .

entity2utf8 --replace --ignore " ,»" --exts ".html,.htm" .

License

MIT License

Package Sidebar

Install

npm i entity2utf8

Weekly Downloads

1

Version

3.0.1

License

MIT

Unpacked Size

160 kB

Total Files

14

Last publish

Collaborators

  • hcodes