티스토리 뷰

SWDesk/App

[Android] Alphanumeric 확인

inhae 2021. 7. 17. 15:17

 

 

                    if(newUserID.matches("[A-Za-z!-9]+")){
                        openSimpleAlertDialogOnUiThread("[Error]", "Wrong character(s) in User-ID");
                        return;
                    }
반응형

'SWDesk > App' 카테고리의 다른 글

[Android] Displaying AlertDialog  (0) 2021.08.14
[Android] Generating Beep  (0) 2021.07.31
[Android] WebAccess, Kotlin  (0) 2021.07.17
RecyclerView Example  (0) 2021.05.31
BluetoothChat + Arduino  (1) 2021.05.26