//ERDDAP/com.cohort.util/ScriptString2/extractCaptureGroup
extractCaptureGroup
[JVM]
open fun extractCaptureGroup(s: String, regex: String, captureGroupNumber: Int): String
This returns the specified capture group from s.
Return
the value of the specified capture group in the first match of the regex, or null if the s doesn't match the regex