cara menghapus semua whitespace dari string java

st = st.replaceAll("\\s+","")
a PROgrammer