static LL regexpExtractAllGroups(S pattern, S text) { ret regexpAllGroups(pattern, text); }