public StringObfuscator
Replaces a string by an other String.
@NotNull kotlin.text.Regex getRegex()
The search regexp.
@NotNull java.lang.String getReplacement()
The replacement string - should have the same size than the replaced string.
@NotNull kotlin.text.Regex getReplacementRegexp()
To match the replacement string in StringObfuscatorMode.display mode.
@NotNull java.lang.String getDisplayed()
Used in StringObfuscatorMode.display mode.
@NotNull
java.lang.String obfuscate(@NotNull
java.lang.String text,
@NotNull
StringObfuscatorMode mode)
Obfuscate the parameter.