2.0.2 • Published 5 months ago

remove-unprintable v2.0.2

Weekly downloads
22
License
MIT
Repository
github
Last release
5 months ago

#remove-unprintable

Small npm module to remove all unprintable characters from a string

installation

	npm install remove-unprintable
	yarn add remove-unprintable

example/usage

var removeUnprintable = require("remove-unprintable");

var str = "\u0000foo";
console.log(removeUnprintable(str) === "foo"); // will print true;
2.0.2

5 months ago

2.0.1

5 months ago

2.0.0

7 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.0

12 years ago