Class ReplaceRegex

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

public class ReplaceRegex extends Object implements Function<String,String>
Replace all occurrences of the regular expression with the replacement string. Note, this is much less efficient than using the simple ReplaceAll for most cases.