mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-11 15:42: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)
|