fn fancy_match(re: &Regex, input: &str) -> Option<MMatch>
把 fancy-regex 的捕获结果转为 MMatch(锚定 ^,whole 从 0 起)。
MMatch
^