//ERDDAP/com.cohort.util/ScriptString2/isDigit
isDigit
[JVM]
fun isDigit(c: Int): Boolean
0..9. Non-Latin numeric characters are not included (see Java Lang Spec pg 14).
//ERDDAP/com.cohort.util/ScriptString2/isDigit
[JVM]
fun isDigit(c: Int): Boolean
0..9. Non-Latin numeric characters are not included (see Java Lang Spec pg 14).