pub fn parse_constraints(
    input: &str,
    reg_expr: &str,
    group: usize
) -> Option<HashSet<String>>