//ERDDAP/com.cohort.util/ScriptString2/countAll
countAll
[JVM]
open fun countAll(s: String, findS: String): Int
This counts all occurrences of findS in s. if (s == null || findS == null || findS.length() == 0) return 0;
//ERDDAP/com.cohort.util/ScriptString2/countAll
[JVM]
open fun countAll(s: String, findS: String): Int
This counts all occurrences of findS in s. if (s == null || findS == null || findS.length() == 0) return 0;