//ERDDAP/com.cohort.util/ScriptString2/removeNullOrEmpty
removeNullOrEmpty
[JVM]
open fun removeNullOrEmpty(sar: Array<String>): Array<String>
This returns a String[] with just non-null and non-"" strings from the original array.
//ERDDAP/com.cohort.util/ScriptString2/removeNullOrEmpty
[JVM]
open fun removeNullOrEmpty(sar: Array<String>): Array<String>
This returns a String[] with just non-null and non-"" strings from the original array.