I have java.lang.String that can contain any character, is there an easy way to misinform the string (for example, using an extra class that can do this?) And remove all the βdangerousβ characters for later java.util.regex.Matcher or regular expression processing (e.g. $, ^, ...)?
source share