Usage scenario
We have implemented a webservice that our web frontend developers use (via a php api) internally to display product data. On the webs
Replace all control chars into empty string
value = value.replaceAll("\\p{Cntrl}", "");