//ERDDAP/com.cohort.util/ScriptString2/substitute
substitute
[JVM]
open fun substitute(msg: String, s0: String, s1: String, s2: String): String
This replaces "{0}", "{1}", and "{2}" in msg with s0, s1, s2.
Return
the modified msg
//ERDDAP/com.cohort.util/ScriptString2/substitute
[JVM]
open fun substitute(msg: String, s0: String, s1: String, s2: String): String
This replaces "{0}", "{1}", and "{2}" in msg with s0, s1, s2.
the modified msg