Skip to main content

hunt_groups

Function hunt_groups 

Source
pub fn hunt_groups(pat: &Value, text: &Value) -> DogeResult
Expand 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.