//ERDDAP/com.cohort.util/ScriptString2/isAsciiPrintable
isAsciiPrintable
[JVM]
fun isAsciiPrintable(ch: Int): Boolean
returns true if ch is 32..126.
[JVM]
fun isAsciiPrintable(s: String): Boolean
Returns true if all of the characters in s are 32..126