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