📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 01:29:50
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
axios
/
lib
/
helpers
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/axios/lib/helpers
🔄 Refresh
✏️
Editing: parseProtocol.js
Writable
'use strict'; export default function parseProtocol(url) { const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url); return match && match[1] || ''; }
💾 Save Changes
❌ Cancel