Files
openhab-addons/bundles/org.openhab.transform.javascript/conf/transform

(function(i) {
    var array = i.split(" ");
    return array[array.length - 1].length;
})(input)