How to replace several non ASCII string characters in Jasperreports? There can be several of them.
Something similar to
.replaceAll("\\P{ASCII}", "")
is expected.
How to replace several non ASCII string characters in Jasperreports? There can be several of them.
Something similar to
.replaceAll("\\P{ASCII}", "")
is expected.