A stricter URI encode adhering to RFC 3986
$ npm install -g strict-uri-encode-cli
$ strict-uri-encode --help
Usage
$ strict-uri-encode <string>
$ echo <string> | strict-uri-encode
Example
$ strict-uri-encode unicorn!foobar
unicorn%21foobar
- strict-uri-encode - API for this module
MIT © Martin van Driel