📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 09:01:23
📂
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
strict-uri-encode
✏️
Editing: index.js
'use strict'; module.exports = str => encodeURIComponent(str).replace(/[!'()*]/g, x => `%${x.charCodeAt(0).toString(16).toUpperCase()}`);
💾 Save Changes
❌ Cancel