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