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

Function RegexOut

Script/Parser.js:1827–1835  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

1825
1826//正则删除, 完整内容匹配
1827function RegexOut(content) {
1828 var Preg0 = RegExp(Pregout, "i")
1829 cnt = content //.split("tag=")[1]
1830 if (!Preg0.test(cnt)) {
1831 return content
1832 } else {
1833 RegoutList.push(cnt)
1834 }
1835}
1836
1837// 判断节点过滤的函数
1838function Scheck(content, param) {

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected