//ERDDAP/com.cohort.util/ScriptString2/isAsciiLetter
isAsciiLetter
[JVM]
fun isAsciiLetter(c: Int): Boolean
This returns true for A..Z, a..z.
//ERDDAP/com.cohort.util/ScriptString2/isAsciiLetter
[JVM]
fun isAsciiLetter(c: Int): Boolean
This returns true for A..Z, a..z.