String str1 = "가나다라"; System.out.println(str.startsWith("가나"); // true;
String str1 = "가나다라"; System.out.println(str.startsWith("다라"); // true;