REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 657 B
Close
//lib/node_modules/npm/node_modules/strict-uri-encode/readme.md
Text
Base64
# strict-uri-encode [](https://travis-ci.org/kevva/strict-uri-encode) > A stricter URI encode adhering to [RFC 3986](http://tools.ietf.org/html/rfc3986) ## Install ``` $ npm install --save strict-uri-encode ``` ## Usage ```js const strictUriEncode = require('strict-uri-encode'); strictUriEncode('unicorn!foobar'); //=> 'unicorn%21foobar' strictUriEncode('unicorn*foobar'); //=> 'unicorn%2Afoobar' ``` ## API ### strictUriEncode(string) #### string Type: `string`, `number` String to URI encode. ## License MIT © [Kevin Mårtensson](http://github.com/kevva)
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.js
138 B
lrw-r--r--
2021-03-10 14:36:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
license
1.10 KB
lrw-r--r--
2021-03-10 14:36:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
1.54 KB
lrw-r--r--
2021-03-10 14:36:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
readme.md
657 B
lrw-r--r--
2021-03-10 14:36:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).