2.0.0 • Published 6 years ago

remove-unprintable v2.0.0

Weekly downloads
22
License
MIT
Repository
github
Last release
6 years ago

#remove-unprintablebuild status

Small npm module to remove all unprintable characters from a string

installation

	npm install remove-unprintable

example/usage

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

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

6 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.0

11 years ago