//ERDDAP/com.cohort.util/ScriptString2/extractAllCaptureGroupsAsStringArray
extractAllCaptureGroupsAsStringArray
[JVM]
open fun extractAllCaptureGroupsAsStringArray(s: String, regex: String, captureGroupNumber: Int): Array<String>
This repeatedly finds the regex and extracts the specified captureGroup.
Return
a String[] with the found strings in their original order.