pub fn hunt_groups(pat: &Value, text: &Value) -> DogeResultExpand description
hunt.groups(pat, text) — the capture groups of the first match, group 0 (the
whole match) first; a group that did not participate is none. none overall
when pat does not match.