openhab-addons/bundles/org.openhab.transform.javascript/conf/transform/js/readme
..
readme.js

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