0
Answer

function define

Ask a question
 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#???