diff --git a/Form1.cs b/Form1.cs index 58bef80..0a8a78c 100644 --- a/Form1.cs +++ b/Form1.cs @@ -70,7 +70,7 @@ void Bad(string str) { } void SetKv(ref string input, string key, string val) { - input = Regex.Replace(input, $"\"{key}\".*", $"\t\"{key}\"\t\"{val}\"", RegexOptions.IgnoreCase); + input = Regex.Replace(input, $"\"{key}\".*", $"\"{key}\"\t\"{val}\"", RegexOptions.IgnoreCase); } private void button2_Click(object sender, EventArgs e) {