await IndexManyAsync\(item.Value, item.Key, "doc"\);\r\n.*\}.*\r\n.*\}
上面的代码,匹配的是下面的代码
await IndexManyAsync(item.Value, item.Key, "doc"); } }