Returns the filtered array of the gaven strings, without empties
Optional
the source string to inspect
the filtered array of the gaven strings, without empties
filterIgnoreEmpty([null, undefined, '', 'foobar']); // ['foobar'] Copy
filterIgnoreEmpty([null, undefined, '', 'foobar']); // ['foobar']
Returns the filtered array of the gaven strings, without empties