//ERDDAP/com.cohort.util/ScriptString2/isHexString
isHexString
[JVM]
fun isHexString(s: String): Boolean
Returns true if all of the characters in s are hex digits. A 0-length string returns false.
//ERDDAP/com.cohort.util/ScriptString2/isHexString
[JVM]
fun isHexString(s: String): Boolean
Returns true if all of the characters in s are hex digits. A 0-length string returns false.