ScrubWithRegEx.custom constructor
const
ScrubWithRegEx.custom({})
Creates a ScrubWithRegEx
with a custom regular expression pattern and replacement function.
Implementation
const ScrubWithRegEx.custom({
required this.pattern,
required this.replacementFunction,
});