Μετάβαση στο κύριο περιεχόμενο

//ERDDAP/com.cohort.util/ScriptString2/removeNull

removeNull

[JVM]
open fun removeNull(sar: Array<String>): Array<String>

This returns a String[] with just non-null strings from the original array.

Return

a new String[] with just non-null strings. sar=null returns null.

Parameters

JVM

saris a String[]