Skip to content

Create Regex Scrubber

Compare
Choose a tag to compare
@isidore isidore released this 22 Aug 17:46

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