public interface StringObfuscator
Replaces a string by an other String.
String
obfuscate(String text)
abstract Regex
getRegex()
abstract String
getReplacement()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
String obfuscate(String text)
Obfuscate the parameter.
abstract Regex getRegex()
The search regexp.
abstract String getReplacement()
The replacement string - should have the same size than the replaced string.