Versions in this module Expand all Collapse all v0 v0.14.0 Mar 22, 2025 Changes in this version + func Regexes(items []string) *regexes + type Replace struct + Regex string + Replacement string + ToLower bool + ToUpper bool + func (r *Replace) ReplaceAllString(s string) string + func (r *Replace) Validate(fld *field.Path) (errs field.ErrorList) + type Replaces []Replace + func (r *Replaces) Validate(fld *field.Path) (errs field.ErrorList) + func (rs *Replaces) ReplaceAllString(s string) string