我試着去弄清楚如何驗證用戶input.I希望用戶輸入 像A1或B6.The輸入應在以下模式。從一個字母到h後跟一個 從1數到8,串號]。也信宜被接受或者如果是資本要麼not.Here是我code.Any幫助是非常感謝!驗證字符串格式(模式)輸入
private void getUserInput() {
Scanner scan = new Scanner(System.in);
userGuess1 = scan.nextLine();
// Here i should validate if the input is in the right format
userGuess = userGuess1;
謝謝你的時間和解釋this.Hope它也幫助其他同樣的問題! – Kisos 2014-10-27 23:20:47