MCPcopy Create free account
hub / github.com/Moli-X/Resources / Dot2

Function Dot2

Script/Parser.js:1807–1810  ·  view source on GitHub ↗
(cnt)

Source from the content-addressed store, hash-verified

1805
1806//对.的特殊处理(in/out & rename中)
1807function Dot2(cnt) {
1808 cnt = cnt ? cnt.replace(/\\\./g, "这是个点") : ""
1809 return cnt
1810}
1811
1812function ToDot(cnt) {
1813 cnt = cnt ? cnt.replace(/这是个点/g, ".") : ""

Callers 1

RenameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected