pub fn default_scrubber() -> &'static Scrubber
Expand description
Returns a reference to the default, lazily-initialized global scrubber.
This function ensures that the default scrubber, with its associated regex compilation, is only initialized once for the lifetime of the application.