Class MatchRegex
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_string.MatchRegex
Match any input with a regular expression, and apply the associated
regex replacement to it, yielding the value.
If no matches occur, then the original value is passed through unchanged.
Patterns and replacements are passed as even,odd pairs indexed from the
0th position. Back-references to matching groups are supported.
-
Constructor Details
-
MatchRegex
-
-
Method Details
-
apply
-