ExamplesTable.javapublic ExamplesTable(String tableAsString) {this.tableAsString = tableAsString.trim();parse();}