escapes data
var text = dp.escape("some <?> data");
By default the function uses UTF-8 escaping. If a custom escaping function is defined for the dataprocessor, it will be called instead.