//ERDDAP/com.cohort.util/ScriptString2/whichWord
whichWord
[JVM]
open fun whichWord(longerString: String, words: Array<String>): Int
This tries to find the first one of the words in the longerString. This is case-sensitive.
//ERDDAP/com.cohort.util/ScriptString2/whichWord
[JVM]
open fun whichWord(longerString: String, words: Array<String>): Int
This tries to find the first one of the words in the longerString. This is case-sensitive.