# Functions
NewContext creates a new Context with default values.
WithFilters returns a BuilderOption that sets the filters of a Builder.
WithLabel returns a BuilderOption that sets the label of a Builder.
WithMode returns a BuilderOption that sets the censorship mode of a Builder.
WithValues returns a BuilderOption that sets the values of a Builder.
# Constants
Censored represents a string that has been censored.
DefaultCensorLabel is a constant that defines the default label used to replace unacceptable strings when they are filtered.
NotCensored represents a string that has not been censored.
# Type aliases
BuilderOption is a function type that modifies the properties of a Builder.
CensorValue is a type that represents whether a string has been censored or not.