Class ReplaceAll

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.unary_string.ReplaceAll
All Implemented Interfaces:
Function<String,String>

public class ReplaceAll extends Object implements Function<String,String>
Replace all occurrences of the extant string with the replacement string.