Ada metode yang lebih sederhana: Copy kode kodenya sebagai berikut: str1="abcd"; str2="cd"; str3=str1.replaceAll(str2,""); //str3="ab"