Optional
groupThe capture group number to extract (0 returns full match, 1+ returns respective capture group). Defaults to 0 if not specified.
Optional
patternThe regular expression pattern to match against the input string. Uses the fancy-regex Rust crate syntax.
Properties of a RegexExtractTask.