using uCalcSoftware; var uc = new uCalc(); var t = uc.NewTransformer(); t.FromTo("a {@Comment: Ignore this} b c", "x{@Comment: ignore} y z"); Console.WriteLine(t.Transform("a b. a b c. abc."));