mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-04 11:24:10 +01:00
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
|
(function(i) {
|
||
|
var array = i.split(" ");
|
||
|
return array[array.length - 1].length;
|
||
|
})(input)
|