MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub / getArgArr

Function getArgArr

Rewrite-Parser.beta.js:2035–2038  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

2033}
2034
2035function getArgArr(str) {
2036 let arr = str.split('+')
2037 return arr.map(item => item.replace(/➕/g, '+'))
2038}
2039
2040function stripWrapQuote(str) {
2041 str = `${str ?? ''}`.trim()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected