MCPcopy
hub / github.com/xianyuyimu/TVBOX- / unescape

Function unescape

一木源/js依赖/drT.js:88–90  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

86 }
87
88 function unescape(code) {
89 return code.replace(/\\('|\\)/g, "$1").replace(/[\r\t\n]/g, " ");
90 }
91
92 drT.template = function(tmpl, c, def) {
93 c = c || drT.templateSettings;

Callers 2

drT.jsFile · 0.85
searchFunction · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected