Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Script-Hub-Org/Script-Hub
/ getArgArr
Function
getArgArr
Rewrite-Parser.js:1992–1995 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
1990
}
1991
1992
function
getArgArr(str) {
1993
let
arr = str.split(
'+'
)
1994
return
arr.map(item => item.replace(/➕/g,
'+'
))
1995
}
1996
1997
//loon的input select互动按钮解析
1998
function
getInputInfo(x, box) {
Callers
1
Rewrite-Parser.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected