//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
Parameters
JVM
c | a char |
//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
JVM
c | a char |