Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/teadocs/numpy-cn
/ uReplaceStr
Method
uReplaceStr
scripts/htmlToMd.js:330–332 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
328
}
329
330
uReplaceStr(str) {
331
return
str.replace(/(^\n*)|(\n*$)/g,
""
).replace(/(^\s*)|(\s*$)/g,
""
);
332
}
333
334
}
335
Callers
3
parse
Method · 0.95
replaceSpan
Method · 0.80
replaceEm
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected