MCPcopy Index your code
hub / github.com/Moli-X/Resources / Pattern

Function Pattern

Script/Parser.js:676–681  ·  view source on GitHub ↗
(cnt,para,npara)

Source from the content-addressed store, hash-verified

674
675
676function Pattern(cnt,para,npara) {
677 if (para != "" || npara != "") {
678 cnt = cnt.split("tag=")[0] +"tag="+ PatternN(cnt.split("tag=")[1],para,npara)
679 }
680 return cnt
681}
682
683
684//大小写

Callers 1

TagCheck_QXFunction · 0.85

Calls 1

PatternNFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…