using uCalcSoftware; var uc = new uCalc(); var t = new uCalc.Transformer(); t.FromTo("{@Number}", "FOUND"); // The '2' in 'var2' and the '100' in the string should NOT match Console.WriteLine(t.Transform(""" var2 = "count is 100" + 50 """));