static bool isConnector(String ch) { for (String connector in connectors) { if (ch == connector) return true; } return false; }