//ERDDAP/com.cohort.util/ScriptString2/justPrintable
justPrintable
[JVM]
open fun justPrintable(s: String): String
This returns the string with all non-isPrintable characters removed.
Return
s with all the non-isPrintable characters removed. If s is null, this throws null pointer exception.
Parameters
JVM
s |