//ERDDAP/com.cohort.util/ScriptString2/trimEnd
trimEnd
[JVM]
open fun trimEnd(s: String): String
This trims just the end of the string.
Return
s with just the end of the string trim'd. If s == null, this returns null.
Parameters
JVM
s |
//ERDDAP/com.cohort.util/ScriptString2/trimEnd
[JVM]
open fun trimEnd(s: String): String
This trims just the end of the string.
s with just the end of the string trim'd. If s == null, this returns null.
JVM
s |