cara menghapus semua whitespace dari string java
st = st.replaceAll("\\s+","")
a PROgrammer
st = st.replaceAll("\\s+","")