String str = "abcdef"; String start = str.startsWith(str);
String str = "abcdef"; String end = str.endsWith(str);