//ERDDAP/com.cohort.util/ScriptString2/removeLeading
removeLeading
[JVM]
open fun removeLeading(s: String, ch: Char): String
This removes leading ch's.
Return
s or a new string without leading ch's. null returns null.
Parameters
JVM
s |
ch |
//ERDDAP/com.cohort.util/ScriptString2/removeLeading
[JVM]
open fun removeLeading(s: String, ch: Char): String
This removes leading ch's.
s or a new string without leading ch's. null returns null.
JVM
s |
ch |