codice:String[] temp = inputStream.readLine().replace("\\n\\r|\\r|\\n", "").split(" "); String city = temp[1].substring(temp[1].length-4); String state = temp[1].substring(temp[1].length-4, temp[1].length-1);
codice:String[] temp = inputStream.readLine().replace("\\n\\r|\\r|\\n", "").split(" "); String city = temp[1].substring(temp[1].length-4); String state = temp[1].substring(temp[1].length-4, temp[1].length-1);
"Quid enim est, quod contra vim sine vi fieri possit?" - Cicerone, Ad Familiares