Create Regex Scrubber
Create regex scrubber
Renamed scrub_with_regex
to create_regex_scrubber
.
It can now take either a str
or a Callable[[int], str]
Going forward, functions that return scrubber will start with create
while functions that scrub directly will start with scrub