private static void Main(string[] args) { StringEditor editor = new StringEditor(); editor.EditString(); }