Libraryless. Compilation Failed (5109L/28K).
sS regexpFirstGroup(S pat, S s) { Matcher m = regexpMatcher(pat, s); if (m.find()) ret m.group(1); else null; } sS regexpFirstGroup(java.util.regex.Pattern pat, S s) { Matcher m = regexpMatcher(pat, s); if (m.find()) ret m.group(1); else null; } sS regexpFirstGroup(S pat, Iterable<S> strings) { var compiled = compileRegexp(pat); fOr (S s : strings) try object S group = regexpFirstGroup(compiled, s); null; }
Began life as a copy of #1004307
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment