String s = "abc{def"; String[] arr = s.split("{"); String s1 = arr[0]; // abc String s2 = arr[1]; // def