//ERDDAP/com.cohort.util/ScriptString2/isHexDigit
isHexDigit
[JVM]
fun isHexDigit(c: Int): Boolean
0..9, a..f, A..F Hex numbers are 0x followed by hexDigits.
//ERDDAP/com.cohort.util/ScriptString2/isHexDigit
[JVM]
fun isHexDigit(c: Int): Boolean
0..9, a..f, A..F Hex numbers are 0x followed by hexDigits.