xooki.input.filters.myfilter = function(input) { // replace a by b return input.replace(/a/, 'b'); }
xooki.input.format.define("myformat", ["url", "myfilter"]);
{defaultInputFormat: "myformat"}
xookiConfig = {inputFormat: "myformat"}