c(h, function (o) {
if (o.constructor == RegExp) {
j = j.replace(o, "")
} else {
j = j.replace(o[0], o[1])
}
})
}
in this o is this.editor
and h is (i,j)
i is length
ow i define this function in c#???
in this o is this.editor
and h is (i,j)
i is length
ow i define this function in c#???
Replies
Know the answer? Post it — somebody with the same question will find it here.