Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Script-Hub-Org/Script-Hub
/ getArgArr
Function
getArgArr
rule-parser.js:393–396 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
391
}
392
393
function
getArgArr(str) {
394
let
arr = str.split(
'+'
)
395
return
arr.map(item => item.replace(/➕/g,
'+'
))
396
}
397
398
function
parseQueryString(url) {
399
const
queryString = url.split(
'?'
)[1]
// 获取查询字符串部分
Callers
1
rule-parser.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected