//ERDDAP/com.cohort.util/ScriptString2/isSomething
isSomething
[JVM]
open fun isSomething(s: String): Boolean
This returns true if s isn't null and s.trim().length() >0.
//ERDDAP/com.cohort.util/ScriptString2/isSomething
[JVM]
open fun isSomething(s: String): Boolean
This returns true if s isn't null and s.trim().length() >0.