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