MCPcopy
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

parseMethod · 0.95
replaceSpanMethod · 0.80
replaceEmMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected