data class SimpleObfuscator : StringObfuscator (source)
Simple implementation for StringObfuscator.
<init> |
Simple implementation for StringObfuscator. SimpleObfuscator(: Regex, : String) |
regex |
The search regexp. val regex: Regex |
replacement |
The replacement string - should have the same size than the replaced string. val replacement: String |