//ERDDAP/com.cohort.util/ScriptString2/findPrefix
findPrefix
[JVM]
open fun findPrefix(prefixes: Array<String>, longerString: String, startAt: Int): String
This is like whichPrefix, but returns the found prefix (or null).
Return
the prefixes[i] which longerString starts with (or null if not found)