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