🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 06:21:34 | PHP 8.2.32
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
strict-uri-encode
📍 /usr/lib/node_modules/npm/node_modules/strict-uri-encode
🔄 Refresh
✏️
Editing: index.js
Read Only
'use strict'; module.exports = str => encodeURIComponent(str).replace(/[!'()*]/g, x => `%${x.charCodeAt(0).toString(16).toUpperCase()}`);
💾 Save Changes
❌ Cancel