//ERDDAP/com.cohort.util/ScriptString2/indexOfIgnoreCase
indexOfIgnoreCase
[JVM]
open fun indexOfIgnoreCase(s: String, find: String): Int
Finds the first instance of 'find' at or after fromIndex (0..), ignoring case.
Return
the first instance of 'find' at or after fromIndex (0..), ignoring case.
Parameters
JVM
s |
find |
[JVM]
open fun indexOfIgnoreCase(s: String, find: String, fromIndex: Int): Int
Finds the first instance of 'find' at or after fromIndex (0..), ignoring case.
Return
the first instance of 'find' at or after fromIndex (0..), ignoring case.
Parameters
JVM
s |
find |
fromIndex |