pub type RegexSetBuilder = Builder<Vec<String>>;
Expand description

A configurable builder for a set of regular expressions.

A builder can be used to configure how the regexes are built, for example, by setting the default flags (which can be overridden in the expression itself).