Android/Java
문자열이 있는지 확인
Dev-Drake
2019. 3. 20. 19:56
반응형
String Msg;
if(Msg.substring(1, 5).equalsIgnoreCase("FAIL")) {
// FAIL 글자가 있다.
}
반응형