>>> a="Test___".split(/___/); [object Array] >>> a[0] "Test" >>> a[1] >>> a[1].length 0 >>> a[1] == undefined false