pub fn apply_rules(text: &str, rules: &[FilterRule]) -> StringExpand description
Apply a list of filter rules until the result doesn’t change anymore.
pub fn apply_rules(text: &str, rules: &[FilterRule]) -> StringApply a list of filter rules until the result doesn’t change anymore.