Problem I wrote some string-extensions: public static class RegexStringExtensions { public static string PatternReplace( this string seed, string pattern, Func<string, […]

Problem Suppose a series of objects (presented here as tuples): “a” | 1 “a” | 2 “b” | 3 “b” […]