static L string_extensionOfFileName_multi(fS s) { L l = allIndexes(s, '.'); ret map(l, func(Int i) -> S { substring(s, i+1) }); }