encode-3986
Like `encodeURIComponent`, but RFC 3986 compliant.
Last updated 9 years ago by m59 .
CC0-1.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install encode-3986 
SYNC missed versions from official npm registry.

encode-3986

Like encodeURIComponent, but RFC 3986 compliant.

install

$ npm install encode-3986

example

const encode = require('encode-3986')

encode('I am a T-Rex!') // => 'I%20am%20a%20T-Rex%21'

Current Tags

  • 1.0.0                                ...           latest (9 years ago)

1 Versions

  • 1.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |