//ERDDAP/com.cohort.util/ScriptString2/toTitleCase
toTitleCase
[JVM]
open fun toTitleCase(s: String): String
This changes the characters case to title case (only letters after non-letters are capitalized). This is simplistic (it doesn't know about acronyms or pH or ...).