String getField(String x) { x = x.replaceAll('\$', ""); x = x.replaceAll(RegExp(r'{'), ""); x = x.replaceAll(RegExp(r'}'), ""); return x; }