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